725df49c8c
(cherry picked from commit f3fa779)
11 lines
107 B
Plaintext
Vendored
11 lines
107 B
Plaintext
Vendored
class ConvertToInit() {
|
|
fun foo() {}
|
|
|
|
fun bar() {}
|
|
|
|
init {
|
|
foo()
|
|
bar()
|
|
}
|
|
|
|
} |