Lines Matching full:iota
8 // iota inside var13 a = iota // ERROR "undefined: iota|iota is only defined in const"14 b = iota // ERROR "undefined: iota|iota is only defined in const"15 c = iota // ERROR "undefined: iota|iota is only defined in const"