b650c7ab00
^KT-5008 Fixed
9 lines
96 B
Kotlin
Vendored
9 lines
96 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Test {
|
|
<caret>init {
|
|
foo()
|
|
}
|
|
|
|
fun foo() {
|
|
}
|
|
} |