Fix genValueAndPut in IrInlineCodegen

This commit is contained in:
Steven Schäfer
2019-05-16 15:08:51 +02:00
committed by Alexander Udalov
parent 917ef250cf
commit 27a850be92
6 changed files with 10 additions and 9 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// FILE: 1.kt
inline fun (() -> String).test(): (() -> String) = { invoke() + this.invoke() + this() }