mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
13 lines
256 B
Kotlin
Vendored
13 lines
256 B
Kotlin
Vendored
class A {
|
|
operator fun get(x: Int) {}
|
|
operator fun set(x: String, y: Int, value: Int) {}
|
|
|
|
fun d(x: Int) {
|
|
this[<caret>] = 1
|
|
}
|
|
}
|
|
|
|
/*
|
|
Text: (<highlight>x: String</highlight>, y: Int), Disabled: false, Strikeout: false, Green: true
|
|
*/
|