mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// "Invert If Condition" "true"
|
||||
// else on the same line
|
||||
class TestInvertIf {
|
||||
void invertIf(Object object) {
|
||||
<caret>if (object == "adf") {
|
||||
System.out.println("2");
|
||||
} else {
|
||||
System.out.println("1");
|
||||
} // comment
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user