Home | History | Annotate | Download | only in fixedbugs

Lines Matching full:iota

8 // iota inside var
13 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"