[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
+2
View File
@@ -1,3 +1,5 @@
// IGNORE K2
class SimpleClass<in A>(val p: Int = 42) {
constructor(s: Array<String?>?) : this(s?.size ?: 0)