JVM IR: Create non-synthetic multifile parts for -Xmultifile-parts-inherit

This commit is contained in:
Steven Schäfer
2020-02-10 11:57:17 +01:00
committed by Alexander Udalov
parent 9db82bfcc8
commit 6d23e50142
7 changed files with 38 additions and 11 deletions
@@ -114,6 +114,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/falseSmartCast.kt");
}
@TestMetadata("flagsInMultiFileInherit.kt")
public void testFlagsInMultiFileInherit() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/flagsInMultiFileInherit.kt");
}
@TestMetadata("inlineFromOtherModule.kt")
public void testInlineFromOtherModule() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inlineFromOtherModule.kt");