// "Import" "true" // ERROR: Unresolved reference.
None of the following candidates is applicable because of receiver type mismatch: package h trait H fun f(h: H?) { h + "other" }