mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
test++
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
class Foo {
|
||||
public int x;
|
||||
|
||||
public void foo() {
|
||||
int y = 0;
|
||||
y = x + 1;
|
||||
}
|
||||
|
||||
public class Inner {
|
||||
public int <caret>z;
|
||||
|
||||
public void foo() {
|
||||
z = new Foo().x + 1;
|
||||
z = x + 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user