Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
script
/
topLevelFunctionClosure.kts
blob: c1cf39206efd7a6411caca284b6ab3ab4e509b67 [
file
]
val x
=
12
fun foo
(
y
:
Int
)
=
x
+
y
val rv
=
foo
(
33
)
// expected: rv: 45