JVM IR: Create non-synthetic multifile parts for -Xmultifile-parts-inherit
This commit is contained in:
committed by
Alexander Udalov
parent
9db82bfcc8
commit
6d23e50142
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user