Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/simpleAnnotation.kt.after
T
2017-03-24 15:22:50 +03:00

4 lines
97 B
Plaintext
Vendored

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