Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInPropertyInObjectLiteral.kt
blob: 4a89d2994cc9c88acea8df39a172866f7d6a2379 [
file
]
// OUT_OF_CODE_BLOCK: FALSE
interface
Some
fun test
()
{
val foo
=
object
:
Some
{
<caret>
}
}