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

7 lines
148 B
Plaintext
Vendored

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