blob: 703226199943562d753c206cbc981792a9314cee [file]
class C {
init {
<caret>foo()
bar()
}
}
fun foo() = 1
fun bar() = 2