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