FIR: support DefinitelyNotNull types
#KT-49465 Fixed
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// IGNORE_BACKEND: WASM
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: Syntax error at (T & Any)
|
||||
|
||||
fun <T> test(t: T) = t as (T & Any)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user