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,7 +1,7 @@
// NO_CHECK_LAMBDA_INLINING
// FILE: 1.kt
// IGNORE_BACKEND: JVM_IR
package test
inline fun test(s: () -> Unit) {
val z = 1;
s()