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