Home | History | Annotate | Download | only in testdata

Lines Matching full:exported

10 // Comment about exported constant.
33 // Comment about exported variable.
54 // Comment about exported function.
60 // Comment about exported type.
62 // Comment before exported field.
63 ExportedField int // Comment on line with exported field.
65 ExportedEmbeddedType // Comment on line with exported embedded field.
66 *ExportedEmbeddedType // Comment on line with exported embedded *field.
67 *qualified.ExportedEmbeddedType // Comment on line with exported embedded *selector.field.
74 // Comment about exported method.
94 // Comment about constructor for exported type.
101 // Comment about exported interface.
103 // Comment before exported method.
104 ExportedMethod() // Comment on line with exported method.