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

2 lines
58 B
Plaintext
Vendored

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