mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Kotlin: Reinstate disabled test now bug is fixed
This commit is contained in:
@@ -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--
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user