mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
extract light method object: make all private file members public to ensure direct access from 'magic' inner class
This commit is contained in:
@@ -19,7 +19,7 @@ class Sample {
|
||||
System.out.println("<caret>");
|
||||
}
|
||||
|
||||
int foo() {
|
||||
private int foo() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user