Ignore native backend in some box tests

This commit is contained in:
Ilya Matveev
2017-04-24 17:43:14 +07:00
parent 5315f4d9da
commit 629be10a53
7 changed files with 8 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: NATIVE
class Generic<P : Any>(val p: P)
class Host {