blob: 4a89d2994cc9c88acea8df39a172866f7d6a2379 [file]
// OUT_OF_CODE_BLOCK: FALSE
interface Some
fun test() {
val foo = object: Some {
<caret>
}
}