Fix exception on star import from typealias
#KT-30983 Fixed
This commit is contained in:
@@ -22633,6 +22633,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/simpleTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starImportOnTypeAlias.kt")
|
||||
public void testStarImportOnTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/starImportOnTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjection.kt")
|
||||
public void testStarProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/starProjection.kt");
|
||||
|
||||
Generated
+5
@@ -22553,6 +22553,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/simpleTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starImportOnTypeAlias.kt")
|
||||
public void testStarImportOnTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/starImportOnTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjection.kt")
|
||||
public void testStarProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/starProjection.kt");
|
||||
|
||||
+5
@@ -16068,6 +16068,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starImportOfExpectEnumWithActualTypeAlias.kt")
|
||||
public void testStarImportOfExpectEnumWithActualTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/starImportOfExpectEnumWithActualTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
+5
@@ -16068,6 +16068,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starImportOfExpectEnumWithActualTypeAlias.kt")
|
||||
public void testStarImportOfExpectEnumWithActualTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/starImportOfExpectEnumWithActualTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
+5
@@ -16073,6 +16073,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/multiplatform/optionalExpectationJvm.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starImportOfExpectEnumWithActualTypeAlias.kt")
|
||||
public void testStarImportOfExpectEnumWithActualTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/starImportOfExpectEnumWithActualTypeAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/multiplatform/defaultArguments")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user