Files
kotlin-fork/compiler/testData/diagnostics/tests/regressions/kt10633.txt
T
Alexander Udalov 8fe964f269 Resolve array access RHS always as the last argument of the call
Also do not attempt to match any of the arguments in the brackets with the last
parameter of the 'set' method

 #KT-10633 Fixed
2016-01-21 00:36:35 +03:00

7 lines
296 B
Plaintext
Vendored

package
public var count: kotlin.Int
public fun main(/*0*/ args: kotlin.Array<kotlin.String>): kotlin.Unit
public operator fun kotlin.Int.get(/*0*/ s: kotlin.Int): kotlin.Int
public operator fun kotlin.Int.set(/*0*/ s: kotlin.Int, /*1*/ x: kotlin.String = ..., /*2*/ z: kotlin.Int): kotlin.Unit