Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
usageHighlighter
/
implicitIt.kt
blob: 9c60a3206e288f17a239816064427b8c4e89a1ab [
file
] [
log
] [
blame
]
fun foo
(
body
:
(
Int
)
->
Unit
)
=
body
(
1
)
fun test
()
{
foo
{
val x
=
<
info descr
=
"null"
>~
it
</
info
>
+
1
val xx
=
<
info descr
=
"null"
>
it
</
info
>
+
2
foo
{
val y
=
it
-
1
val yy
=
it
-
2
}
val xxx
=
<
info descr
=
"null"
>
it
</
info
>
+
3
}
}