Add tests for primitive companion object

Update test data
This commit is contained in:
Roman Artemev
2018-08-23 16:41:25 +03:00
committed by romanart
parent 450ed63690
commit cc14442be1
25 changed files with 384 additions and 13 deletions

View File

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