diff --git a/compiler/testData/writeFlags/function/withDefaultArguments/funInClass.kt b/compiler/testData/writeFlags/function/withDefaultArguments/funInClass.kt index ec789fa1fec..3c3b6ad3cd6 100644 --- a/compiler/testData/writeFlags/function/withDefaultArguments/funInClass.kt +++ b/compiler/testData/writeFlags/function/withDefaultArguments/funInClass.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: JVM_IR open class MyClass() { fun testPublic(s: String = "") {} @@ -16,4 +17,4 @@ open class MyClass() { // TESTED_OBJECT_KIND: function // TESTED_OBJECTS: MyClass, testPrivate$default -// FLAGS: ACC_PUBLIC, ACC_STATIC, ACC_SYNTHETIC \ No newline at end of file +// FLAGS: ACC_STATIC, ACC_SYNTHETIC \ No newline at end of file