blob: 2fa2ca10eb489d5bc1f1eaaf2cf3b4eabce81bd7 [file]
// TRUE
val o = object {
fun test() {
<caret>
}
}