blob: 2da107ca987e32157343b01f8fa7b86bd15b3272 [file]
// OUT_OF_CODE_BLOCK: FALSE
// ERROR: A type annotation is required on a value parameter
interface Some
fun test() {
object : Some {
fun test(<caret>) {
}
}
}