741e031ff1
Use formatter in converter tests Reformat test data
7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
open class Test() {
|
|
class object {
|
|
public open fun foo(args: Array<String?>?): Int {
|
|
return args?.size!!
|
|
}
|
|
}
|
|
} |