741e031ff1
Use formatter in converter tests Reformat test data
1 line
100 B
Kotlin
1 line
100 B
Kotlin
var a: Array<IntArray?>? = array<IntArray?>(intArray(1, 2, 3), intArray(4, 5, 6), intArray(7, 8, 9)) |