Closed
Description
-
@for
should not be marked as unresolved indefimpl
and instead resolve to the either the<name>
infor: <name>
or the module name for the enclosing module whenfor:
is not given. -
@for
should fold to the resolved name as described above -
@protocol
should not be marked as unresolved indefimpl
and instead resolve to the<name
> indefimpl <name>
-
@protocol
should fold to the protocol name resolved as described above