blob: 8fab1ffa40c29f797829ea9fe6f49efc8136b33c [file] [log] [blame]
// "Add 'operator' modifier" "true"
class A {
fun get(i: Int): String = ""
}
fun foo() = A()<caret>[0]