// "Create extension function 'Any.get'" "true" // WITH_RUNTIME fun x (y: Any) { val z: Any = y[""] } private operator fun Any.get(s: String): Any { TODO("Not yet implemented") }