5fb79259f7
(cherry picked from commit 45d82f1)
7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
class My {
|
|
lateinit var x: String
|
|
|
|
init {
|
|
x = "My"
|
|
}
|
|
} |