mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
IDEA-142416 (fixed parsing of annotated fully-qualified types in assignment statements)
This commit is contained in:
@@ -126,7 +126,6 @@ class Outer {
|
||||
}
|
||||
static class This extends Super {
|
||||
void superField() {
|
||||
Outer.<error descr="Annotations are not allowed here">@TA</error> This.super.aField = 0;
|
||||
IntFunction<Super> f = Outer.<error descr="Annotations are not allowed here">@TA</error> This.super::getField;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user