Files
kotlin-fork/compiler/testData/evaluate/constant/integers.kt
T
2013-12-05 15:21:55 +04:00

11 lines
219 B
Kotlin

package test
// val prop1: 513105426295.toLong()
val prop1: Int = 0x7777777777
// val prop2: 513105426295.toLong()
val prop2: Long = 0x7777777777
// val prop3: IntegerValueType(513105426295)
val prop3 = 0x7777777777