()
| 186 | } |
| 187 | } |
| 188 | func (u *UnresolvedName) String() string { return AsString(u) } |
| 189 | |
| 190 | // NewUnresolvedName constructs an UnresolvedName from some strings. |
| 191 | func NewUnresolvedName(args ...string) *UnresolvedName { |
nothing calls this directly
no test coverage detected