Mute inline tests

This commit is contained in:
Mikhael Bogdanov
2018-08-02 11:02:55 +02:00
parent 9ccb25789b
commit 6c65507f29
63 changed files with 63 additions and 24 deletions
@@ -1,6 +1,6 @@
//FILE: 1.kt
// IGNORE_BACKEND: JVM_IR
package test
inline fun annotatedWith2(crossinline predicate: () -> Boolean) =
{ any { predicate() } }()