IR: fix mangling of toplevel properties
This commit is contained in:
committed by
TeamCityServer
parent
54957ead5c
commit
fb801bdc33
+6
@@ -4103,6 +4103,12 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
|
||||
public void testFlexibleType() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/signatureMangling/flexibleType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("indices.kt")
|
||||
public void testIndices() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/signatureMangling/indices.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user