FIR2IR: collect annotations when expanding type aliases
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user