cls extends list: retrieve same information which was pushed during more specific check as for normal parameters (IDEA-151367)

This commit is contained in:
Anna Kozlova
2016-02-19 19:18:43 +01:00
parent c95faedf5d
commit 6848caa784
4 changed files with 14 additions and 2 deletions
@@ -0,0 +1,8 @@
import java.util.List;
class Test {
public static void main(String... args) {
TestIntelliJ<String, List<String>> testIntelliJ = new TestIntelliJ<>();
testIntelliJ.test(testIntelliJ);
}
}