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:
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// !LANGUAGE: -ProhibitProtectedCallFromInline
|
||||||
// TARGET_BACKEND: JVM
|
// TARGET_BACKEND: JVM
|
||||||
// The non-IR backend attempts to call a non-existent accessor in class Test.
|
// The non-IR backend attempts to call a non-existent accessor in class Test.
|
||||||
// IGNORE_BACKEND: JVM
|
// IGNORE_BACKEND: JVM
|
||||||
|
|||||||
Reference in New Issue
Block a user