Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inheritedPropertyAnnotations.kt
blob: c09fcbf2e8728b76455597ac8d9985c8817c482d [
file
] [
log
] [
blame
]
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;\(\)