Added test for KT-8471
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
interface FooBar1
|
||||
|
||||
interface FooBar2 {
|
||||
val list: List<FooBar<caret>1>
|
||||
}
|
||||
|
||||
// EXIST: FooBar1
|
||||
// EXIST: FooBar2
|
||||
+6
@@ -901,6 +901,12 @@ public class JSBasicCompletionTestGenerated extends AbstractJSBasicCompletionTes
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("TypeArgCompletionBug.kt")
|
||||
public void testTypeArgCompletionBug() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/basic/common/TypeArgCompletionBug.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("TypeArgFromTheSameFile.kt")
|
||||
public void testTypeArgFromTheSameFile() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/basic/common/TypeArgFromTheSameFile.kt");
|
||||
|
||||
+6
@@ -901,6 +901,12 @@ public class JvmBasicCompletionTestGenerated extends AbstractJvmBasicCompletionT
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("TypeArgCompletionBug.kt")
|
||||
public void testTypeArgCompletionBug() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/basic/common/TypeArgCompletionBug.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("TypeArgFromTheSameFile.kt")
|
||||
public void testTypeArgFromTheSameFile() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("idea/idea-completion/testData/basic/common/TypeArgFromTheSameFile.kt");
|
||||
|
||||
Reference in New Issue
Block a user