Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InFunInPropertyInObjectLiteral.kt
blob: 2f1f5bbded9631b7720b58c4f635fbb9d68d6b57 [
file
] [
log
] [
blame
]
// FALSE
interface
Some
fun test
()
{
val foo
=
object
:
Some
{
<caret>
}
}