741e031ff1
Use formatter in converter tests Reformat test data
8 lines
94 B
Kotlin
8 lines
94 B
Kotlin
package demo
|
|
|
|
class Test(i: Int) {
|
|
fun test() {
|
|
val i = 10
|
|
Test(i)
|
|
}
|
|
} |