// PROBLEM: none // ERROR: 'operator' modifier is inapplicable on this function: must be a member or an extension function package p operator fun get(s: String) = s fun foo() { p.get("x") }