Files
kotlin/compiler/testData/codegen/bytecodeText/noSuperCheckInDefaultConstuctor.kt

3 lines
33 B
Kotlin
Vendored

class A (i: Int = 0)
// 0 ATHROW