mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class S {
|
||||
private String foo = <flown11>"xxx";
|
||||
|
||||
{
|
||||
String bar = <flown1>foo;
|
||||
if (bar.equals("a")) {
|
||||
} else if (bar.equals("b")) {
|
||||
}
|
||||
|
||||
if (bar.equals("c")) {
|
||||
bar = <flown2>"";
|
||||
}
|
||||
|
||||
System.out.println("bar: " + <caret>bar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user