mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
more java tests moved to community
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
public class T2 {
|
||||
int <caret>fff;
|
||||
|
||||
public T2(int i) {
|
||||
fff = i;
|
||||
}
|
||||
|
||||
public int <flown11>getFff() {
|
||||
return <flown1>fff;
|
||||
}
|
||||
|
||||
void f(int i2) {
|
||||
// fff=i2;
|
||||
p(<flown111>getFff());
|
||||
}
|
||||
|
||||
public void p(int <flown1111>i) {
|
||||
new F(<flown11111>i);
|
||||
}
|
||||
|
||||
private class F {
|
||||
private int <flown11111111>xss;
|
||||
|
||||
public F(int <flown111111>i) {
|
||||
xss = <flown1111111>i;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user