Update tests

This commit is contained in:
Roman Artemev
2018-08-02 19:48:23 +03:00
committed by romanart
parent e6b8ade096
commit 8a871b3f0c
70 changed files with 19 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
fun Int.thisRef1() = fun () = this
fun Int.thisRef2() = fun (): Int {return this}