mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-199491 PsiInvalidElementAccessException on completion
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
class X {
|
||||
|
||||
Column[] c = new Column[]{
|
||||
new RepositoryItem20Col<caret>umnBase() {
|
||||
void foo() {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
private static abstract class RepositoryItem20ColumnBase extends Column { }
|
||||
static class Column { }
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
class X {
|
||||
|
||||
Column[] c = new Column[]{
|
||||
new RepositoryItem20ColumnBase()<caret>umnBase() {
|
||||
void foo() {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
private static abstract class RepositoryItem20ColumnBase extends Column { }
|
||||
static class Column { }
|
||||
}
|
||||
Reference in New Issue
Block a user