diff --git a/compiler/testData/codegen/box/sam/contravariantIntersectionType.kt b/compiler/testData/codegen/box/sam/contravariantIntersectionType.kt index 5d654582f91..f26717dc155 100644 --- a/compiler/testData/codegen/box/sam/contravariantIntersectionType.kt +++ b/compiler/testData/codegen/box/sam/contravariantIntersectionType.kt @@ -1,8 +1,9 @@ // TARGET_BACKEND: JVM -// CHECK_BYTECODE_TEXT -// JVM_IR_TEMPLATES -// 2 java/lang/invoke/LambdaMetafactory +// TODO support different bytecode text templates for FIR? +// --CHECK_BYTECODE_TEXT +// --JVM_IR_TEMPLATES +// --2 java/lang/invoke/LambdaMetafactory // FILE: test.kt diff --git a/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype.kt b/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype.kt index 53735cc98dc..d80793ca312 100644 --- a/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype.kt +++ b/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype.kt @@ -1,8 +1,9 @@ // TARGET_BACKEND: JVM -// CHECK_BYTECODE_TEXT -// JVM_IR_TEMPLATES -// 2 java/lang/invoke/LambdaMetafactory +// TODO support different bytecode text templates for FIR? +// --CHECK_BYTECODE_TEXT +// --JVM_IR_TEMPLATES +// --2 java/lang/invoke/LambdaMetafactory // FILE: test.kt diff --git a/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype2.kt b/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype2.kt index 0bde6aa4569..d65b995e834 100644 --- a/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype2.kt +++ b/compiler/testData/codegen/box/sam/contravariantIntersectionTypeWithNonTrivialCommonSupertype2.kt @@ -1,8 +1,9 @@ // TARGET_BACKEND: JVM -// CHECK_BYTECODE_TEXT -// JVM_IR_TEMPLATES -// 2 java/lang/invoke/LambdaMetafactory +// TODO support different bytecode text templates for FIR? +// --CHECK_BYTECODE_TEXT +// --JVM_IR_TEMPLATES +// --2 java/lang/invoke/LambdaMetafactory // FILE: test.kt