From d28743157a4b051fca8d2bac9c9feb88e37a79e5 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Tue, 3 Dec 2019 16:39:59 +0300 Subject: [PATCH] Mute testPlatformValueContains in JVM_IR --- .../testData/codegen/box/collections/platformValueContains.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/collections/platformValueContains.kt b/compiler/testData/codegen/box/collections/platformValueContains.kt index ed6f78f6425..4330644c5c8 100644 --- a/compiler/testData/codegen/box/collections/platformValueContains.kt +++ b/compiler/testData/codegen/box/collections/platformValueContains.kt @@ -1,6 +1,9 @@ // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM +// IGNORE_BACKEND: JVM_IR +// ^ TODO: decide whether special bridges are part of "common Kotlin" or Kotlin/JVM + // FILE: J.java import java.util.*;