Update tests

This commit is contained in:
Zalim Bashorov
2018-08-17 21:44:08 +03:00
parent c61d99fcff
commit 8966e220f0
20 changed files with 1 additions and 19 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
val Int.ext: () -> Int get() = { 5 }
val Long.ext: Long get() = 4.ext().toLong() //(c.kt:4)
val y: Long get() = 10L.ext