e06c13732f
So #KT-19871 Fixed
9 lines
120 B
Plaintext
Vendored
9 lines
120 B
Plaintext
Vendored
// CHOOSE_USE_SITE_TARGET: get
|
|
|
|
annotation class A
|
|
|
|
class Property {
|
|
@get:A
|
|
val foo: String
|
|
get() = ""
|
|
} |