Update test data

This commit is contained in:
Roman Artemev
2018-08-23 19:26:25 +03:00
committed by romanart
parent 2e5940e46d
commit 5dcb02466a
11 changed files with 2 additions and 9 deletions

View File

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