Files
kotlin-fork/compiler/testData/evaluate/constant/integers.kt
T
2014-03-13 10:07:12 +04:00

11 lines
210 B
Kotlin
Vendored

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