diff --git a/compiler/testData/codegen/box/annotations/genericAnnotations.kt b/compiler/testData/codegen/box/annotations/genericAnnotations.kt index 5413135149a..1f297d6ced8 100644 --- a/compiler/testData/codegen/box/annotations/genericAnnotations.kt +++ b/compiler/testData/codegen/box/annotations/genericAnnotations.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR - // MODULE: lib // FILE: l1.kt package ann @@ -47,4 +45,4 @@ class K { fun test(): String = "K" } -fun box(): String = O().test() + K().test() \ No newline at end of file +fun box(): String = O().test() + K().test()