e06c13732f
So #KT-19871 Fixed
8 lines
114 B
Kotlin
Vendored
8 lines
114 B
Kotlin
Vendored
// CHOOSE_USE_SITE_TARGET: setparam
|
|
|
|
annotation class A
|
|
|
|
class Property {
|
|
@A<caret>
|
|
var foo: String = ""
|
|
} |