github.com/switchupcb/yaegi@v0.10.2/_test/ct1/ct1.go (about) 1 package ct1 2 3 type Class uint 4 5 const ( 6 L Class = iota 7 R 8 AL 9 )