Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
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;\(\)