741e031ff1
Use formatter in converter tests Reformat test data
10 lines
155 B
Kotlin
10 lines
155 B
Kotlin
class S() {
|
|
class object {
|
|
fun sB(): Boolean {
|
|
return true
|
|
}
|
|
fun sI(): Int {
|
|
return 1
|
|
}
|
|
}
|
|
} |