Kotlin: Reinstate disabled test now bug is fixed

This commit is contained in:
Ian Lynagh
2021-11-01 12:39:31 +00:00
parent 97f380eddc
commit 9996d77701

View File

@@ -26,13 +26,10 @@ public class Test2 {
var y = x
while(y >= 0) {
if (y > 10) {
/*
TODO
try {
val n: BigInteger = BigInteger( "wrong" );
} catch (e: NumberFormatException) { // unchecked exception
}
*/
}
y--
}