741e031ff1
Use formatter in converter tests Reformat test data
7 lines
105 B
Kotlin
7 lines
105 B
Kotlin
class S() {
|
|
class object {
|
|
fun staticF(): Boolean {
|
|
return true
|
|
}
|
|
}
|
|
} |