New J2K: Add nullability analyser tests
This commit is contained in:
committed by
Ilya Kirillov
parent
f3b6c880d4
commit
bdd773f806
@@ -0,0 +1,4 @@
|
||||
fun foo(o: Int?) {
|
||||
if (o == null) return
|
||||
val a: Int = o
|
||||
}
|
||||
Reference in New Issue
Block a user