Include test file accidentally omitted by previous commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
|
||||
fun box() : Boolean {
|
||||
val a : Int? = null
|
||||
|
||||
return (a!! + 3) == 3
|
||||
}
|
||||
Reference in New Issue
Block a user