Add a test where classes call inline functions from each other
This commit is contained in:
Generated
+5
@@ -2880,6 +2880,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
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");
|
||||
|
||||
+5
@@ -2880,6 +2880,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user