Include test file accidentally omitted by previous commit

This commit is contained in:
Pavel V. Talanov
2012-05-24 17:37:21 +04:00
parent b64cf035b0
commit f67aaa49b7
@@ -0,0 +1,8 @@
package foo
fun box() : Boolean {
val a : Int? = null
return (a!! + 3) == 3
}