e06c13732f
So #KT-19871 Fixed
8 lines
116 B
Plaintext
Vendored
8 lines
116 B
Plaintext
Vendored
// CHOOSE_USE_SITE_TARGET: property
|
|
|
|
annotation class A
|
|
|
|
class Property {
|
|
@property:A
|
|
val foo: String = ""
|
|
} |