9 lines
119 B
Plaintext
Vendored
9 lines
119 B
Plaintext
Vendored
fun test() {
|
|
class Test()
|
|
|
|
operator fun Test.get(i: Int) : Int = 0
|
|
|
|
val test = Test()
|
|
test<caret>[0]
|
|
}
|