diff --git a/compiler/testData/writeSignature/syntheticAccessorForGeneric.kt b/compiler/testData/writeSignature/syntheticAccessorForGeneric.kt index 325a1ec185b..32a5720cd60 100644 --- a/compiler/testData/writeSignature/syntheticAccessorForGeneric.kt +++ b/compiler/testData/writeSignature/syntheticAccessorForGeneric.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND: JVM_IR - class MyList { private fun noSignature(): T? = null @@ -7,7 +5,7 @@ class MyList { fun withSignature(): T? = null fun removeHeader() { - fun a () { + { noSignature() } }