Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunObjectLiteral.kt
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
>)
{
}
}
}