Little fixes

This commit is contained in:
svtk
2011-11-04 15:52:11 +04:00
parent d497fb1a5b
commit dfa3783f54
3 changed files with 20 additions and 10 deletions
@@ -158,4 +158,9 @@ fun nullIsNotNothing() : Unit {
return
}
fail()
}
}
fun returnInWhile(a: Int) {
do {return}
while (<!UNREACHABLE_CODE!>1 > a<!>)
}