title: InvalidUntypedConversion layout: article

InvalidUntypedConversion occurs when there is no valid implicit
conversion from an untyped value satisfying the type constraints of the
context in which it is used.

Example:
 var _ = 1 + []int{}