Little fixes
This commit is contained in:
@@ -158,4 +158,9 @@ fun nullIsNotNothing() : Unit {
|
||||
return
|
||||
}
|
||||
fail()
|
||||
}
|
||||
}
|
||||
|
||||
fun returnInWhile(a: Int) {
|
||||
do {return}
|
||||
while (<!UNREACHABLE_CODE!>1 > a<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user