complex inference algorithm for diamond

This commit is contained in:
anna
2011-02-19 15:11:06 +01:00
parent 872d8ddef2
commit 5a5e84f3ef
32 changed files with 580 additions and 224 deletions

View File

@@ -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) {}