mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
be optimistic, even complex CFG may result in fast DFA
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
public abstract class DDD {
|
||||
abstract boolean condition();
|
||||
abstract Object foo();
|
||||
abstract Object bar();
|
||||
|
||||
void test(Object o, DDD another) {
|
||||
try {
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
System.out.println(condition() && equals(o) ? another.foo() : another.bar());
|
||||
}
|
||||
catch (Exception e) {
|
||||
System.out.println(e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user