a41064295b
So #KT-19629 Fixed
12 lines
138 B
Kotlin
Vendored
12 lines
138 B
Kotlin
Vendored
class ConvertToInit {
|
|
fun foo() {}
|
|
|
|
fun bar() {}
|
|
|
|
constructor(<caret>) {
|
|
foo()
|
|
bar()
|
|
}
|
|
|
|
fun baz() {}
|
|
} |