741e031ff1
Use formatter in converter tests Reformat test data
8 lines
89 B
Kotlin
8 lines
89 B
Kotlin
class T() {
|
|
fun main() {
|
|
}
|
|
fun i(): Int {
|
|
}
|
|
fun s(): String {
|
|
}
|
|
} |