FIR2IR: collect annotations when expanding type aliases

This commit is contained in:
pyos
2021-02-05 13:48:26 +01:00
committed by Mikhail Glukhikh
parent 872effc21e
commit d96921e287
11 changed files with 65 additions and 10 deletions
@@ -31333,6 +31333,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/typealias/enumEntryQualifier.kt");
}
@TestMetadata("extensionFunction.kt")
public void testExtensionFunction() throws Exception {
runTest("compiler/testData/codegen/box/typealias/extensionFunction.kt");
}
@TestMetadata("genericTypeAliasConstructor.kt")
public void testGenericTypeAliasConstructor() throws Exception {
runTest("compiler/testData/codegen/box/typealias/genericTypeAliasConstructor.kt");