Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
object.kt
blob: a020d4286c0b9dbd56c8f6c91f444af6e618a440 [
file
]
fun foo
()
{
<caret>
val a
=
object
{
fun f
()
{
f2
()
}
}
}
fun f2
()
{}