mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
new inference: init inter call inference
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ public class Test<Y> {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Test.<Set<String>>doTest<error descr="'doTest(java.util.Set<java.lang.String>)' in 'Test' cannot be applied to '(java.util.Set<java.lang.Object>)'">(Collections.emptySet())</error>;
|
||||
Test.<Set<String>>doTest(Collections.emptySet());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user