Files
kotlin/compiler/testData/codegen/bytecodeText/constants/kt9532.kt
Michael Bogdanov 98b818203f Test data fixed
2015-10-20 19:19:41 +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
// 2 PUTSTATIC A.INSTANCE
// 2 PUTSTATIC