[programgen] Spot and qualify duplicate identifiers #1569
Labels
area/codegen
Code generation
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
The
l2-map-keys
conformance test fails because two packages which provide aResource
class are imported, and the names are not qualified appropriately in order to avoid ambiguity:Here,
new Resource
could refer to any ofcom.pulumi.primitive.Resource
,com.pulumi.primitiveref.Resource
,com.pulumi.plain.Resource
, orcom.pulumi.refref.Resource
.The text was updated successfully, but these errors were encountered: