Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertSecondaryConstructorToPrimaryIntention/after.kt.template
T
2016-09-30 16:39:24 +03:00

4 lines
52 B
Plaintext

class Foo(val x: Int = 4, y: Int) {
val z = y
}