7 lines
87 B
Kotlin
7 lines
87 B
Kotlin
package foo
|
|
|
|
fun box(): Boolean {
|
|
val i = 0x80000000 + 0x8000000
|
|
return true
|
|
}
|