Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1e9b36bdfbe51579937a3499f225d0b232d8cd2b
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inheritedPropertyAnnotations.kt
blob: c09fcbf2e8728b76455597ac8d9985c8817c482d [
file
]
annotation
class
Ann
abstract
class
Base
{
@Ann
val x
:
Int
=
0
}
class
Derived
:
Base
()
// We only want to generate the `getX$annotations` method in `Base`, not in `Derived`.
// 1 @LAnn;\(\)