mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
6 lines
147 B
Kotlin
6 lines
147 B
Kotlin
// "Create secondary constructor" "true"
|
|
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
|
|
|
|
class B: J(<caret>1) {
|
|
|
|
} |