First stab at !! operator
This commit is contained in:
committed by
Pavel V. Talanov
parent
296a5b6b6c
commit
0fc64bb6c2
@@ -0,0 +1,8 @@
|
||||
package foo
|
||||
|
||||
|
||||
fun box() : Boolean {
|
||||
val a : Int? = 0
|
||||
|
||||
return (a!! + 3) == 3
|
||||
}
|
||||
Reference in New Issue
Block a user