mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
method references: highlight separately non-instantiated classes, not resolved methods (IDEA-123279)
This commit is contained in:
@@ -10,6 +10,6 @@ class Test {
|
||||
<T> void bar(I i) {}
|
||||
|
||||
void test() {
|
||||
bar<error descr="'bar(Test.I)' in 'Test' cannot be applied to '(<method reference>)'">(Foo::foo)</error>;
|
||||
bar(Foo::<error descr="Cannot resolve method 'foo'">foo</error>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user