f60a7ffab0
#KT-4578 Fixed
5 lines
111 B
Kotlin
Vendored
5 lines
111 B
Kotlin
Vendored
annotation class SuperAnnotation
|
|
|
|
class TestClass(text: String) {
|
|
@SuperAnnotation val <caret>text = text
|
|
} |