Minor: update testData

This commit is contained in:
Dmitry Petrov
2020-11-25 15:17:04 +03:00
parent e5dce9f994
commit 7cc6204d6b
4 changed files with 4 additions and 6 deletions
@@ -1,3 +1,6 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: PROPERTY_REFERENCES
class Delegate {
operator fun getValue(t: Any?, p: Any): String = "OK"
}