Fix exception on star import from typealias
#KT-30983 Fixed
This commit is contained in:
+5
@@ -22551,6 +22551,11 @@ public class FirDiagnosticsSmokeTestGenerated extends AbstractFirDiagnosticsSmok
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user