Files
kotlin-fork/compiler/testData/psi/secondaryConstructors/recoveryWithoutBodyWrongDelegationName.kt
T

15 lines
151 B
Kotlin
Vendored

class A {
constructor(): thi()
val x: Int
constructor():
@ann fun foo()
constructor(): sup
constructor(): thi()
}
class B