Update tests

This commit is contained in:
Roman Artemev
2018-10-18 15:51:28 +03:00
committed by romanart
parent 41ccea6807
commit 1338d6d66f
11 changed files with 1 additions and 14 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// FILE: 1.kt
inline fun (() -> String).test(): (() -> String) = { invoke() + this.invoke() + this() }