Extract junit testcase, delete unneeded code
This commit is contained in:
committed by
Alexander Udalov
parent
8a605b3884
commit
b311255d96
+2
-3
@@ -7,7 +7,6 @@ public class Test {
|
||||
}
|
||||
}
|
||||
|
||||
fun box() : String {
|
||||
Test().f()
|
||||
return "OK"
|
||||
fun foo() {
|
||||
Test().f()
|
||||
}
|
||||
Reference in New Issue
Block a user