Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
kt28456a.kt
blob: 10ab906a1ebe4f6900ee2aca812b71de5f0da85d [
file
] [
log
] [
blame
]
class
A
operator
fun A
.
set
(
vararg i
:
Int
,
v
:
Int
)
{}
fun testSimpleAssignment
(
a
:
A
)
{
a
[
1
,
2
,
3
]
=
0
}