// "Import" "true" // ERROR: Unresolved reference.
None of the following candidates is applicable because of receiver type mismatch: package h interface H fun f(h: H?) { h - "other" } fun String.minus(str: String) = "" fun String.minus(i: Integer) = ""