e06c13732f
So #KT-19871 Fixed
11 lines
136 B
Kotlin
Vendored
11 lines
136 B
Kotlin
Vendored
// CHOOSE_USE_SITE_TARGET: get
|
|
|
|
annotation class A
|
|
|
|
annotation class B
|
|
|
|
class Test {
|
|
@get:B
|
|
@A<caret>
|
|
val foo: String = ""
|
|
} |