blob: 34ce9ad6d2a8a3acab47094f5211654ca5e2c761 [file] [log] [blame]
fun boolConst() = false.toString()
fun byteConst() = 1.toByte().toString()
fun shortConst() = 1.toShort().toString()
fun intConst() = 1.toString()
fun longConst() = 1L.toString()
fun floatConst() = 1.0F.toString()
fun doubleConst() = 1.0.toString()
fun charConst() = 'c'.toString()
/*Check that all "valueOf" are String ones and there is no boxing*/
// JVM_TEMPLATES:
// 8 valueOf
// 8 INVOKESTATIC java/lang/String.valueOf
// JVM_IR_TEMPLATES:
// 0 valueOf
// 8 LDC \"