mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Java: improve error highlighting for unknown annotation method
GitOrigin-RevId: 6fdb6e2f397280cf4795cbd09ddcc1461a5897ff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1bdb332af2
commit
a35a9f91ba
@@ -2,5 +2,5 @@
|
||||
int u () default 0;
|
||||
}
|
||||
|
||||
@Ann(<error descr="Cannot resolve method 'v'">v</error>=0) class D {
|
||||
@Ann(<error descr="Cannot find @interface method 'v()'">v=0</error>) class D {
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
int u () default 0;
|
||||
}
|
||||
|
||||
@Ann(<error descr="Cannot find method 'value'">0</error>) class D {
|
||||
@Ann(<error descr="Cannot find @interface method 'value()'">0</error>) class D {
|
||||
}
|
||||
|
||||
@In(<error descr="Annotation attribute of the form 'name=value' expected">""</error>, create = "")
|
||||
|
||||
Reference in New Issue
Block a user