diff --git a/compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt b/compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt index 69db230eb43..b503aca2391 100644 --- a/compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt +++ b/compiler/testData/codegen/box/statics/inlineCallsStaticMethodFromOtherPackage.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ProhibitProtectedCallFromInline // TARGET_BACKEND: JVM // The non-IR backend attempts to call a non-existent accessor in class Test. // IGNORE_BACKEND: JVM