From c42c918e666004c007dc647fd21740a94e414245 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 28 Dec 2021 11:48:18 +0300 Subject: [PATCH] [K/N][test] Ignore test ^KT-42723 ArrayList is a final type in Native --- .../compileKotlinAgainstKotlin/specialBridgesInDependencies.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt index 3da920b4cbb..7987f75a05e 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/specialBridgesInDependencies.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_STDLIB // MODULE: lib // FILE: A.kt