[UAST] Fix mapping types containing type aliases
#KT-27935 Fixed
This commit is contained in:
+5
@@ -24028,6 +24028,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasInvisibleObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasIsUsedAsATypeArgumentInOtherAlias.kt")
|
||||
public void testTypeAliasIsUsedAsATypeArgumentInOtherAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasIsUsedAsATypeArgumentInOtherAlias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeAliasNotNull.kt")
|
||||
public void testTypeAliasNotNull() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typealias/typeAliasNotNull.kt");
|
||||
|
||||
Reference in New Issue
Block a user