From 4d8ca074bccbf939f7199c4e5de196d2648f4f72 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Wed, 23 Sep 2020 15:40:10 +0300 Subject: [PATCH] Ignore test for the full reflection in Native --- compiler/testData/codegen/boxInline/reified/kt15956.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/boxInline/reified/kt15956.kt b/compiler/testData/codegen/boxInline/reified/kt15956.kt index e8efd75caf4..d0456a2afb5 100644 --- a/compiler/testData/codegen/boxInline/reified/kt15956.kt +++ b/compiler/testData/codegen/boxInline/reified/kt15956.kt @@ -1,6 +1,7 @@ // FILE: 1.kt // WITH_REFLECT // IGNORE_BACKEND: JS, JS_IR +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR_ES6 package foo