Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5bb9357

Browse files
committed
Kotlin: Disable part of a test that gives us DB check inconsistencies
1 parent e8fd9ed commit 5bb9357

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • java/ql/test/kotlin/library-tests/controlflow/dominance

java/ql/test/kotlin/library-tests/controlflow/dominance/Test2.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ public class Test2 {
2626
var y = x
2727
while(y >= 0) {
2828
if (y > 10) {
29+
/*
30+
TODO
2931
try {
3032
val n: BigInteger = BigInteger( "wrong" );
3133
} catch (e: NumberFormatException) { // unchecked exception
3234
}
35+
*/
3336
}
3437
y--
3538
}

0 commit comments

Comments
 (0)