mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
accept raw substitutors during diamonds inference (IDEA-124836)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import java.util.*;
|
||||
|
||||
class Sample {
|
||||
public static List getList() {return null;}
|
||||
List<Integer> list = new ArrayList<>(getList());
|
||||
}
|
||||
Reference in New Issue
Block a user