Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
d062f5436041c3390e12eeca3eeea0bfc602833b
/
.
/
idea
/
jvm-debugger
/
jvm-debugger-test
/
testData
/
positionManager
/
functionLiteral.kt
blob: 5851d88edd532687027778dd3c8cb717f5d35ae3 [
file
]
class
A
{
fun foo
()
{
{
fun innerFoo
()
{
""
// A\$foo\$1\$1
}
innerFoo
()
}()
}
}