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