mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
[java-highlighting] Finish moving module access errors
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only) GitOrigin-RevId: 0f89a7cd9609aea2780e132118aae892a6b0bafd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f976c0b04c
commit
2250bb64ee
@@ -1,4 +1,4 @@
|
||||
import static <error descr="Static method may only be called on its containing interface">p.Foo.FooEx.foo;</error>
|
||||
import static p.Foo.FooEx.<error descr="Static method may only be called on its containing interface">foo</error>;
|
||||
|
||||
class FooImpl {
|
||||
public void baz() {
|
||||
|
||||
Reference in New Issue
Block a user