mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
complex inference algorithm for diamond
This commit is contained in:
+1
-1
@@ -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