mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
highlight unresolved method call even with unresoolved arguments
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// Not allowed in interface
|
||||
|
||||
|
||||
interface A {
|
||||
<error descr="Not allowed in interface">A();</error>
|
||||
<error descr="Not allowed in interface">static {}</error>
|
||||
<error descr="Not allowed in interface">{}</error>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user