mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
extract light method object: filter inaccessible variables
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface I {
|
||||
void foo(int i) {}
|
||||
}
|
||||
class Sample {
|
||||
void foo() {
|
||||
System.out.println("hello <caret>world");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user