Error code E0178
The +
type operator was used in an ambiguous context.
Erroneous code example:
ⓘ
In types, the +
type operator has low precedence, so it is often necessary
to use parentheses:
More details can be found in RFC 438.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
The +
type operator was used in an ambiguous context.
Erroneous code example:
ⓘ
In types, the +
type operator has low precedence, so it is often necessary
to use parentheses:
More details can be found in RFC 438.