mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
[java] improve error message (IDEA-223692)
GitOrigin-RevId: df344c76be34232b3dc682d36b9d233ab2a6d54f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
17d30e0697
commit
d19410735d
@@ -39,7 +39,7 @@ class Test2 {
|
||||
public static void main(IJ s, J<String> j) {
|
||||
s.f("");
|
||||
|
||||
<error descr="Static method may be invoked on containing interface class only">j.j("");</error>
|
||||
<error descr="Static method may only be called on its containing interface">j.j("");</error>
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user