mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix modifiers for created inner classes (IDEA-167750)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ public interface I {
|
||||
Collection c = new MyCollection(1, "test");
|
||||
}
|
||||
|
||||
static class MyCollection implements Collection {
|
||||
class MyCollection implements Collection {
|
||||
public MyCollection(int i, String test) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user