Files
kotlin-fork/idea/testData/intentions/movePropertyToConstructor/simpleAnnotation.kt.after
T
2018-09-07 14:56:17 +03:00

4 lines
97 B
Plaintext
Vendored

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