WASM: Disable bunch of tests which expose the same issue after switch to the wasm native strings

This commit is contained in:
Igor Laevsky
2021-07-30 18:09:50 +03:00
committed by TeamCityServer
parent 80140207b5
commit c526145a48
16 changed files with 58 additions and 67 deletions
@@ -1,5 +1,4 @@
// WITH_RUNTIME
// IGNORE_BACKEND: WASM
fun <T> Result<T>.getOrNullNoinline() = getOrNull()
val x = { a: Int, b: Result<String> -> b.getOrNullNoinline() }