Files
kotlin-fork/j2k/testData/fileOrElement/constructors/parameterDefaults5.kt
T
2015-07-06 16:48:51 +03:00

4 lines
107 B
Kotlin
Vendored

package pack
class C jvmOverloads constructor(a: Int = 1, b: Int = 2, c: Int = 3, d: Int = 4, e: Int = 5)