[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:
Tagir Valeev
2025-02-24 15:25:03 +01:00
committed by intellij-monorepo-bot
parent f976c0b04c
commit 2250bb64ee
25 changed files with 248 additions and 404 deletions

View File

@@ -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() {