Fix inlineCallsStaticMethodFromOtherPackage.kt by disabling related language feature

This test is not possible for 1.4, where protected calls from public
inline functions are prohibited.
This commit is contained in:
Alexander Udalov
2020-01-17 11:34:19 +01:00
parent 6ac21856cc
commit e7864c7351
@@ -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