mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cls extends list: retrieve same information which was pushed during more specific check as for normal parameters (IDEA-151367)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user