JVM, JVM IR: report error if not all parts of multifile class are @JvmSynthetic
#KT-41884 Fixed
This commit is contained in:
+5
@@ -1548,6 +1548,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/multifileClasses/emptyMultifileFacade.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmSynthetic.kt")
|
||||
public void testJvmSynthetic() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/multifileClasses/jvmSynthetic.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43519.kt")
|
||||
public void testKt43519() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/multifileClasses/kt43519.kt");
|
||||
|
||||
Reference in New Issue
Block a user