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