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

4 lines
123 B
Kotlin
Vendored

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