// "Add 'operator' modifier" "true" class A { fun get(i: Int): String = "" } fun foo() = A()[0]