Files
kotlin-fork/idea/testData/intentions/convertSecondaryConstructorToPrimary/withParameters.kt
T
2016-09-30 16:39:24 +03:00

3 lines
81 B
Kotlin
Vendored

class WithParameters {
constructor(<caret>x: Int = 42, y: String = "Hello")
}