mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
complex inference algorithm for diamond
This commit is contained in:
@@ -35,7 +35,7 @@ class P<PT> {
|
||||
|
||||
class Test1 {
|
||||
void bar() {
|
||||
foo(new FF<>());
|
||||
foo<error descr="'foo(F<F<java.lang.String>>)' in 'Test1' cannot be applied to '(FF<java.lang.Object>)'">(new FF<>())</error>;
|
||||
}
|
||||
|
||||
void foo(F<F<String>> p) {}
|
||||
|
||||
Reference in New Issue
Block a user