title: MisplacedDotDotDot layout: article

MisplacedDotDotDot occurs when a "..." is used somewhere other than the
final argument in a function declaration.

Example:
	func f(...int, int)