mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
uncomment and fix one dfa test
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class CodeFlowTest {
|
||||
public static void main (String[] args) {
|
||||
String string;
|
||||
@@ -16,6 +18,7 @@ public class CodeFlowTest {
|
||||
exception.printStackTrace();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static String getString () throws SomeException {
|
||||
if (Math.random() < 0.5)
|
||||
throw new SomeException();
|
||||
|
||||
Reference in New Issue
Block a user