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