Files
kotlin-fork/idea/testData/quickfix/canBePrimaryConstructorProperty/simple.kt.after
T
2016-06-16 16:24:43 +03:00

3 lines
67 B
Plaintext
Vendored

// "Move to constructor" "true"
class Correct(val name: String) {
}