Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
codeInsight
/
breadcrumbs
/
Lambdas.kt
blob: e46755b86666668811cf60529a30a3e26ecead37 [
file
] [
log
] [
blame
]
fun foo
()
{
buildString
{
with
(
xxx
)
{
with
(
f
())
Label@
{
g
()?.
let
Label1@
{
listOf
(
1
,
2
,
3
,
4
,
5
).
filterTo
(
collection
)
{
item
->
doIt
()
{
val v
=
Label2@
{
p
:
Int
->
x
(
1
,
Label3@
{
Something
().
apply
{
<caret>
}
})
}
}
}
}
}
}
}
}