1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
// PACKAGE error2 IMPORTPATH testdata/error2 FILENAMES testdata/error2.go TYPES // type I0 interface { // contains filtered or unexported methods } // type S0 struct { // contains filtered or unexported fields } // type T0 struct { ExportedField interface { // contains filtered or unexported methods } }