[K2] Ignore failing metadata tests while working on them.

This commit is contained in:
Mads Ager
2023-03-10 12:48:31 +01:00
committed by Space Cloud
parent 7b7da66d2b
commit 46db4b4e6d
16 changed files with 32 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE K2
fun test() = object : Runnable {
override fun run() { }
}
@@ -1,3 +1,5 @@
// IGNORE K2
fun test() {
class Local {
inner class Inner {
@@ -1,3 +1,5 @@
// IGNORE K2
class A {
init {
class L<T> {