IR: fix mangling of toplevel properties

This commit is contained in:
Georgy Bronnikov
2021-07-20 18:52:06 +03:00
committed by TeamCityServer
parent 54957ead5c
commit fb801bdc33
7 changed files with 43 additions and 1 deletions
@@ -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