Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
59f7c197ea1f79c0c7cdc3eeb3856ad766100508
/
.
/
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