Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
stringTemplate.kt
blob: c5a5916ad3b2bcc4065c2f10fda629dabcf421b2 [
file
]
fun foo
()
{
<caret>
f2
(
"aaa${f1()}"
)
}
fun f1
()
=
"1"
fun f2
(
s
:
String
)
{}
// EXISTS: f1(), f2(String)