diff --git a/compiler/testData/codegen/box/invokedynamic/sam/kt51282.kt b/compiler/testData/codegen/box/invokedynamic/sam/kt51282.kt index 39ccc2f9755..9b0765e8561 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/kt51282.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/kt51282.kt @@ -3,7 +3,7 @@ // JVM_TARGET: 1.8 // WITH_STDLIB -// FILE: Foo.java +// FILE: org/example/foo/Foo.java package org.example.foo; public interface Foo { String foo(String s); diff --git a/compiler/testData/codegen/box/invokedynamic/sam/kt512832_inherit_multifile_parts.kt b/compiler/testData/codegen/box/invokedynamic/sam/kt512832_inherit_multifile_parts.kt index 85d7232271d..b210b541be9 100644 --- a/compiler/testData/codegen/box/invokedynamic/sam/kt512832_inherit_multifile_parts.kt +++ b/compiler/testData/codegen/box/invokedynamic/sam/kt512832_inherit_multifile_parts.kt @@ -4,7 +4,7 @@ // JVM_TARGET: 1.8 // WITH_STDLIB -// FILE: Foo.java +// FILE: org/example/foo/Foo.java package org.example.foo; public interface Foo { String foo(String s); diff --git a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaFieldAndKotlinPropertyReferenceFromInner.kt b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaFieldAndKotlinPropertyReferenceFromInner.kt index 0babf6396ad..caedd874129 100644 --- a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaFieldAndKotlinPropertyReferenceFromInner.kt +++ b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaFieldAndKotlinPropertyReferenceFromInner.kt @@ -1,5 +1,5 @@ // TARGET_BACKEND: JVM_IR -// FILE: Jaba.java +// FILE: base/Jaba.java package base; diff --git a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaInvisibleFieldAndKotlinPropertyReference.kt b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaInvisibleFieldAndKotlinPropertyReference.kt index dc52056cc43..2c59fe82d2d 100644 --- a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaInvisibleFieldAndKotlinPropertyReference.kt +++ b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaInvisibleFieldAndKotlinPropertyReference.kt @@ -1,7 +1,6 @@ // TARGET_BACKEND: JVM_IR // Field VS property: case "reference", field is invisible - -// FILE: BaseJava.java +// FILE: base/BaseJava.java package base; diff --git a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaProtectedFieldAnotherPackageReference.kt b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaProtectedFieldAnotherPackageReference.kt index 120bc26a538..261252e5794 100644 --- a/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaProtectedFieldAnotherPackageReference.kt +++ b/compiler/testData/codegen/box/javaFieldAndKotlinProperty/javaProtectedFieldAnotherPackageReference.kt @@ -1,6 +1,5 @@ // TARGET_BACKEND: JVM_IR - -// FILE: BaseJava.java +// FILE: base/BaseJava.java package base; diff --git a/compiler/testData/codegen/box/javaVisibility/package/cannotAccessInterfaceMemberViaReceiver.kt b/compiler/testData/codegen/box/javaVisibility/package/cannotAccessInterfaceMemberViaReceiver.kt index bcdd2f4bcd0..88da7c47c50 100644 --- a/compiler/testData/codegen/box/javaVisibility/package/cannotAccessInterfaceMemberViaReceiver.kt +++ b/compiler/testData/codegen/box/javaVisibility/package/cannotAccessInterfaceMemberViaReceiver.kt @@ -1,6 +1,6 @@ // TARGET_BACKEND: JVM_IR // DUMP_IR -// FILE: javapackage/PackagePrivateGrandparentAbstractClass.java +// FILE: javapackage/PackagePrivateGrandparentInterface.java package javapackage;