()
| 75 | // type information. These are key for compact encoding of InferredAnnotationMaps |
| 76 | type Prestring interface { |
| 77 | String() string |
| 78 | } |
| 79 | |
| 80 | // Assignment is a struct that represents an assignment to an expression |
no outgoing calls
no test coverage detected