8 lines
132 B
Plaintext
Vendored
8 lines
132 B
Plaintext
Vendored
fun test() {
|
|
class Test{
|
|
operator fun get(a: Int, b: Int) : Int = 0
|
|
}
|
|
val test = Test()
|
|
test<caret>[1, 2]
|
|
}
|