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