741e031ff1
Use formatter in converter tests Reformat test data
6 lines
81 B
Kotlin
6 lines
81 B
Kotlin
open class Test() {
|
|
var str: String? = null
|
|
{
|
|
str = "Ola"
|
|
}
|
|
} |