[K2] Ignore failing metadata tests while working on them.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// IGNORE K2
|
||||
|
||||
class SimpleClass<in A>(val p: Int = 42) {
|
||||
constructor(s: Array<String?>?) : this(s?.size ?: 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user