[FIR] Store abbreviated type in deserialized declarations as attribute
#KT-58542 Fixed
This commit is contained in:
committed by
Space Team
parent
8e72f60996
commit
5b4409e34c
Generated
+6
@@ -36135,6 +36135,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/typealias"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deserializedAbbreviationWithRedundantArgument.kt")
|
||||
public void testDeserializedAbbreviationWithRedundantArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/deserializedAbbreviationWithRedundantArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumEntryQualifier.kt")
|
||||
public void testEnumEntryQualifier() throws Exception {
|
||||
|
||||
Generated
+6
@@ -36135,6 +36135,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/typealias"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deserializedAbbreviationWithRedundantArgument.kt")
|
||||
public void testDeserializedAbbreviationWithRedundantArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/typealias/deserializedAbbreviationWithRedundantArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumEntryQualifier.kt")
|
||||
public void testEnumEntryQualifier() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user