tests for dead code in pseudocode

This commit is contained in:
Svetlana Isakova
2012-05-26 13:36:00 +04:00
parent ac41cab340
commit d1d0722b5a
2 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
fun test() {
throw Exception()
test()
}