Files
kotlin-fork/compiler/testData/psi/secondaryConstructors/recoveryWrongDelegationName.kt
T
2015-03-27 16:09:41 +03:00

8 lines
79 B
Kotlin
Vendored

class A {
constructor() : superr(1,2) {}
val x: Int
}
val x: Int = 1