mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
[java-highlighting] Avoid TextRange computation until necessary
GitOrigin-RevId: 8d2b32d3b5353a1ff4b855acc779d69907f935af
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b49b61e9c4
commit
044abd82e1
@@ -5,7 +5,7 @@ interface I {
|
||||
class A implements I {
|
||||
{
|
||||
System.out.println(A./*c1*/<error descr="Static method may be invoked on containing interface class only">foo</error>());
|
||||
Runnable r = <error descr="Static method may be invoked on containing interface class only">A/*c2*/::<String>foo</error>;
|
||||
Runnable r = <error descr="Static method may be invoked on containing interface class only">A/*c2*/::<String>foo;</error>
|
||||
System.out.println(r);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user