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,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
inline fun watch(p: String, f: (String) -> Int) {
f(p)
}