4 lines
139 B
Kotlin
Vendored
4 lines
139 B
Kotlin
Vendored
// "Create secondary constructor" "true"
|
|
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
|
|
|
|
fun test() = J(1) |