From 4873f1806715e0aa6c2616e2093a189bc092df4d Mon Sep 17 00:00:00 2001 From: Pavel Kunyavskiy Date: Wed, 30 Mar 2022 18:20:32 +0300 Subject: [PATCH] [K/N] Enable definitely not null cast test for native --- .../testData/codegen/box/casts/castToDefinitelyNotNullType.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt b/compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt index 3737cda6468..a953332bb4e 100644 --- a/compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt +++ b/compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt @@ -2,7 +2,6 @@ // IGNORE_BACKEND: JS // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: WASM -// IGNORE_BACKEND: NATIVE fun test(t: T) = t as (T & Any)