[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
data class A(val x: Int) {
|
||||
fun toArray(): IntArray =
|
||||
intArrayOf(x)
|
||||
|
||||
override fun toString() =
|
||||
toArray().takeWhile { it != -1 } // .joinToString()
|
||||
}
|
||||
Reference in New Issue
Block a user