[Wasm] DONT_TARGET_WASM_BACKEND => IGNORE_BACKEND in testdata
This commit is contained in:
committed by
Space
parent
0eca8b9727
commit
c88cde2f8b
+1
-1
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
|
||||
// On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String.
|
||||
// Before wasm native strings this worked by chance because we added unbox intrinsic for strings.
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: FAKE_OVERRIDE_ISSUES
|
||||
// On wasm this will produce conflicting return types, foo will return Any but we will try to interpret it as String.
|
||||
// Before wasm native strings this worked by chance because we added unbox intrinsic for strings.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// DONT_TARGET_EXACT_BACKEND: WASM
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WASM_MUTE_REASON: BRIDGE_ISSUES
|
||||
interface Foo {
|
||||
fun foo(a: Double = 1.0): Double
|
||||
|
||||
Reference in New Issue
Block a user