Unmute some JVM_IR inlining tests

This commit is contained in:
pyos
2019-10-02 12:10:58 +02:00
committed by max-kammerer
parent a0edf2934b
commit 06c00f4d9e
44 changed files with 21 additions and 56 deletions
@@ -1,6 +1,6 @@
//FILE: 1.kt
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND_MULTI_MODULE: JVM_IR
package test
inline fun annotatedWith2(crossinline predicate: () -> Boolean) =
{ any { predicate() } }()