741e031ff1
Use formatter in converter tests Reformat test data
3 lines
45 B
Kotlin
3 lines
45 B
Kotlin
open class C() {
|
|
val f: Foo = Foo(1, 2)
|
|
} |