Minor. Ignore test

This commit is contained in:
Ilmir Usmanov
2018-09-11 17:48:53 +03:00
parent fa990174ef
commit 8ec49adcf0
4 changed files with 9 additions and 6 deletions
@@ -1,4 +1,6 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JVM
// WITH_RUNTIME
data class A(val x: String, val y: String)
suspend fun foo(a: A, block: suspend (Int, A, String) -> String): String = block(1, a, "#")