mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[kotlin] KTIJ-6956: add test
GitOrigin-RevId: f68e0b53cbc9c465e54a2cdadd9cfa91d7959049
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d2e2407a52
commit
5e05d2e68f
@@ -3590,6 +3590,11 @@ public abstract class K2JsBasicCompletionLegacyStdlibTestGenerated extends Abstr
|
||||
runTest("../../completion/testData/basic/common/TypeArgOfOwnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParamAsTypeArg.kt")
|
||||
public void testTypeParamAsTypeArg() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParamAsTypeArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterFromOuterClass.kt")
|
||||
public void testTypeParameterFromOuterClass() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParameterFromOuterClass.kt");
|
||||
|
||||
@@ -3590,6 +3590,11 @@ public abstract class K2JvmBasicCompletionTestGenerated extends AbstractK2JvmBas
|
||||
runTest("../../completion/testData/basic/common/TypeArgOfOwnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParamAsTypeArg.kt")
|
||||
public void testTypeParamAsTypeArg() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParamAsTypeArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterFromOuterClass.kt")
|
||||
public void testTypeParameterFromOuterClass() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParameterFromOuterClass.kt");
|
||||
|
||||
@@ -3769,6 +3769,11 @@ public abstract class CommonNativeJvmKotlinKmpCompletionTestGenerated extends Ab
|
||||
runTest("../../completion/testData/basic/common/TypeArgOfOwnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParamAsTypeArg.kt")
|
||||
public void testTypeParamAsTypeArg() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParamAsTypeArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterFromOuterClass.kt")
|
||||
public void testTypeParameterFromOuterClass() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParameterFromOuterClass.kt");
|
||||
|
||||
@@ -3769,6 +3769,11 @@ public abstract class JsKotlinKmpCompletionTestGenerated extends AbstractKotlinK
|
||||
runTest("../../completion/testData/basic/common/TypeArgOfOwnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParamAsTypeArg.kt")
|
||||
public void testTypeParamAsTypeArg() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParamAsTypeArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterFromOuterClass.kt")
|
||||
public void testTypeParameterFromOuterClass() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParameterFromOuterClass.kt");
|
||||
|
||||
@@ -3769,6 +3769,11 @@ public abstract class NativeLinuxKotlinKmpCompletionTestGenerated extends Abstra
|
||||
runTest("../../completion/testData/basic/common/TypeArgOfOwnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParamAsTypeArg.kt")
|
||||
public void testTypeParamAsTypeArg() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParamAsTypeArg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterFromOuterClass.kt")
|
||||
public void testTypeParameterFromOuterClass() throws Exception {
|
||||
runTest("../../completion/testData/basic/common/TypeParameterFromOuterClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user