summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java')
-rw-r--r--java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java b/java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java
new file mode 100644
index 000000000000..e120ecb7bd2b
--- /dev/null
+++ b/java/java-tests/testData/codeInsight/completion/smartType/AutoImportExpectedType.java
@@ -0,0 +1,5 @@
+class Main<T extends Foo> {
+ {
+ List<Foo> list = new <caret>
+ }
+} \ No newline at end of file