mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
moved to community
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Foo {
|
||||
@SuppressWarnings({"FieldCanBeLocal"})
|
||||
private final String text;
|
||||
public Foo(String text) {
|
||||
this.text = text;
|
||||
}
|
||||
public void doSomething(int i) {
|
||||
System.out.println(i+<caret>i);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user