[K/N] Enable definitely not null cast test for native

This commit is contained in:
Pavel Kunyavskiy
2022-03-30 18:20:32 +03:00
committed by Space
parent cb0acaa469
commit 4873f18067
@@ -2,7 +2,6 @@
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: NATIVE
fun <T> test(t: T) = t as (T & Any)