Files
kotlin-fork/js/js.translator/testFiles/expression/misc/cases/exclExcl.kt
T
2012-05-24 16:40:17 +04:00

8 lines
81 B
Kotlin

package foo
fun box() : Boolean {
val a : Int? = 0
return (a!! + 3) == 3
}