Files
kotlin/compiler/testData/codegen/bytecodeText/charConstant.kt
2016-06-02 16:01:03 +03:00

6 lines
55 B
Kotlin
Vendored

fun test() {
val z = 'A'
}
//1 BIPUSH 65
//0 LDC A