JVM_IR: set dispatchReceiverParameter of imported JvmStatic object methods to null
This commit is contained in:
+5
@@ -15240,6 +15240,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/default.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultCrossFile.kt")
|
||||
public void testDefaultCrossFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/defaultCrossFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("enumCompanion.kt")
|
||||
public void testEnumCompanion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmStatic/enumCompanion.kt");
|
||||
|
||||
Reference in New Issue
Block a user