Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
repl
/
functionReferencesPrev.repl
blob: 0a1c5c96ac947334612501352e45677ff33c7f4a [
file
]
>>>
val x
=
1
>>>
fun add1
(
y
:
Int
)
=
x
+
y
>>>
add1
(
999999
)
1000000