blob: 2f1f5bbded9631b7720b58c4f635fbb9d68d6b57 [file] [log] [blame]
// FALSE
interface Some
fun test() {
val foo = object: Some {
<caret>
}
}