741e031ff1
Use formatter in converter tests Reformat test data
5 lines
76 B
Kotlin
5 lines
76 B
Kotlin
object : Runnable() {
|
|
override fun run() {
|
|
System.out.println("Run")
|
|
}
|
|
} |