| // | |
| 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 | |
| } | |
| } | |