blob: 762b66b7d12816611c13d6367529b831c4c4cddf [file]
open class A() {
open val method : () -> Unit? = {println("hello")}
}
fun some() : A {
return object : A() {<caret>}
}
// TODO: need better selection and caret