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

9 lines
98 B
Kotlin
Vendored

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