// "Create member function 'Foo.get'" "true" class Foo { fun x (y: Foo>, w: Iterable) { val z: Iterable = y["", w] } private operator fun get(s: String, w: Iterable): T { TODO("Not yet implemented") } }