// "Import" "true" // ERROR: Unresolved reference.
None of the following candidates is applicable because of receiver type mismatch: package h import util.plus trait H fun f(h: H?) { +h } class A() fun A.plus(): Int = 3