Mute jvm ir box tests

This commit is contained in:
Mikhael Bogdanov
2018-08-02 12:20:57 +02:00
parent 34a12cb87c
commit 6c41f078a6
14 changed files with 14 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
interface A<T: Number> {
fun foo(t: T): String
}