Files
kotlin-fork/nj2k/testData/newJ2k/detectProperties/DifferentFieldNameAndDefaultParameterValue.kt
T
2019-04-03 11:24:19 +03:00

2 lines
67 B
Kotlin
Vendored

class C @JvmOverloads internal constructor(c: C, val x: Int = c.x)