Files
kotlin-fork/js/js.translator/testData/box/number/hexadecimalConstant.kt
T
2016-09-29 12:00:42 +03:00

7 lines
86 B
Kotlin
Vendored

package foo
fun box(): String {
val i = 0x80000000 + 0x8000000
return "OK"
}