Add a test where classes call inline functions from each other

This commit is contained in:
pyos
2020-04-06 15:01:08 +02:00
committed by max-kammerer
parent 9ed73439f8
commit b3e124ad66
7 changed files with 128 additions and 0 deletions
@@ -3265,6 +3265,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/smap/assertion.kt");
}
@TestMetadata("classCycle.kt")
public void testClassCycle() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/classCycle.kt");
}
@TestMetadata("classFromDefaultPackage.kt")
public void testClassFromDefaultPackage() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/classFromDefaultPackage.kt");