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