Files
kotlin-fork/idea/testData/quickfix/canBePrimaryConstructorProperty/commentAfter.kt.after
T
2016-06-21 22:23:23 +03:00

4 lines
112 B
Plaintext
Vendored

// "Move to constructor" "true"
class Complex(x: Int, // Duplicating
val y: Double, z: String) {
}