title: UntypedNilUse layout: article

UntypedNilUse occurs when the predeclared (untyped) value nil is used to
initialize a variable declared without an explicit type.

Example:
 var x = nil