6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
class Test {
|
|
var str: String = 0
|
|
{
|
|
str = "Ola"
|
|
}
|
|
} |