mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-15 01:49:07 +07:00
7 lines
107 B
Java
7 lines
107 B
Java
public void Test1 {
|
|
void foo() {
|
|
if (Test.FIRST.invert() != Test.SECOND) {
|
|
//assert
|
|
}
|
|
}
|
|
} |