Files
kotlin/compiler/testData/codegen/bytecodeText/redundantInitializerNumber.kt
2018-12-21 16:20:45 +01:00

9 lines
91 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
package a
class A {
private var x: Int = 0
}
// 0 PUTFIELD