c43311ba9a
So #KT-23801 Fixed
7 lines
280 B
Plaintext
Vendored
7 lines
280 B
Plaintext
Vendored
annotation class Annotation1(val a: Int = 0)
|
|
annotation class Annotation2(val a: Int = 0)
|
|
annotation class Annotation3(val a: Int = 0)
|
|
|
|
|
|
class TestClass(private @field:Annotation1(42) @property:Annotation2(42) @Annotation1(42) @Annotation3(42) val text: String = "LoremIpsum") {
|
|
} |