Files
kotlin/compiler/testData/codegen/bytecodeText/constants/kt9532.kt
2015-12-24 13:59:44 +03:00

12 lines
211 B
Kotlin
Vendored

object A {
private const val a = "$"
private const val b = "1234$a"
private const val c = 10000
}
//check that constant initializers inlined
// 0 GETSTATIC
// 1 PUTSTATIC A.INSTANCE
// 1 PUTSTATIC