[K2] Ignore failing metadata tests while working on them.
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user