github.com/AndrienkoAleksandr/go@v0.0.19/src/go/doc/testdata/issue16153.2.golden (about) 1 // 2 PACKAGE issue16153 3 4 IMPORTPATH 5 testdata/issue16153 6 7 FILENAMES 8 testdata/issue16153.go 9 10 CONSTANTS 11 // 12 const ( 13 X3 int64 = iota 14 Y3 = 1 15 ) 16 17 // 18 const ( 19 X4 int64 = iota 20 Y4 21 ) 22 23 // original test case 24 const ( 25 Y1 = 256 26 ) 27 28 // variations 29 const ( 30 Y2 uint8 31 ) 32