diff --git a/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar index e14bb3330c2..663748ff525 100644 Binary files a/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar and b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.jar differ diff --git a/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.kt.txt b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.kt.txt new file mode 100644 index 00000000000..aa93bf8e70e --- /dev/null +++ b/compiler/testData/codegen/topLevelMemberInvocation/twoModules/a.kt.txt @@ -0,0 +1,5 @@ +package a + +fun test1() {} + +val prop = 42