This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6b0fce8cd58defbc63060bbec49bfc030f093f4d
kotlin-fork
/
compiler
/
testData
/
cfg
/
arraySetPlusAssign.kt
T
Andrey Breslav
28acbcb219
Using call for set on an indexed expression in lvalue position
2013-12-05 13:02:15 +04:00
3 lines
40 B
Kotlin
Raw
Blame
History
fun
foo
(
a
:
Array
<
Int
>
)
{
a
[
0
]
+=
1
}
Reference in New Issue
View Git Blame
Copy Permalink