WASM: Disable bunch of tests which expose the same issue after switch to the wasm native strings
This commit is contained in:
committed by
TeamCityServer
parent
80140207b5
commit
c526145a48
-1
@@ -1,5 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// IGNORE_BACKEND: WASM
|
||||
fun <T> Result<T>.getOrNullNoinline() = getOrNull()
|
||||
|
||||
val x = { a: Int, b: Result<String> -> b.getOrNullNoinline() }
|
||||
|
||||
Reference in New Issue
Block a user