Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
repl
/
multiline
/
functionOnSeveralLines.repl
blob: 927993c270e53be6449b5ca0c6c8f675821872d2 [
file
]
>>>
fun get7
()
=
...
4
+
...
2
+
...
1
>>>
get7
()
7