mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
method refs: ensure non-resolved method refs are not marked as exact (EA-59172 - assert: TypeConversionUtil.reportHierarchyInconsistency)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import java.util.function.Function;
|
||||
|
||||
class Test<A> {
|
||||
class P {
|
||||
{
|
||||
g(P::<error descr="Cannot resolve method 'aa'">aa</error>);
|
||||
}
|
||||
}
|
||||
<R> void g(Function<R, String> r){}
|
||||
}
|
||||
Reference in New Issue
Block a user