// ERROR: Unresolved reference: A // ERROR: Unresolved reference: g package to fun f() { val b = A() val a = g() }