Add a couple more tests for array constructors and references

This commit is contained in:
pyos
2021-05-05 10:45:23 +02:00
committed by TeamCityServer
parent a30cfc332d
commit 1181854bd6
14 changed files with 88 additions and 6 deletions
@@ -1,5 +1,6 @@
// WITH_RUNTIME
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: BINDING_RECEIVERS
class C(val x: String) {
fun foo(i: Int): Char = x[i]
}