Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/simpleAnnotation.kt.after
T
2018-05-03 18:12:11 +03:00

4 lines
94 B
Plaintext
Vendored

annotation class SuperAnnotation
class TestClass(@field:SuperAnnotation val text: String) {
}