Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
js
/
js.translator
/
testData
/
lineNumbers
/
closure.kt
blob: 92e56d70d872170a3a46e1110ccf9eabdbd3c0f4 [
file
] [
log
] [
blame
]
fun box
(
x
:
Int
,
y
:
Int
):
Int
{
fun foo
(
z
:
Int
)
=
x
+
z
return
foo
(
y
)
}
// LINES: 2 2 2 4 4 6 2 2 5 5