mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
moved to community
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class C3 {
|
||||
@SuppressWarnings({"UnusedDeclaration"})
|
||||
private int xxxx;
|
||||
|
||||
public C3(int xxxx) {
|
||||
this.xxxx = xxxx;
|
||||
}
|
||||
|
||||
void f(int i) {
|
||||
int x = <caret>0;
|
||||
f(x+i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user