EndColumn is the ending column. If the ending column is not known, this will be 0. If the ending column is the same as the starting column, this will be explicitly set to the same value as start_column.
()
| 150 | // If the ending column is the same as the starting column, this will be explicitly |
| 151 | // set to the same value as start_column. |
| 152 | EndColumn() int |
| 153 | // Type is the type of annotation, typically an ID representing a failure type. |
| 154 | Type() string |
| 155 | // Message is the message of the annotation. |
no outgoing calls
no test coverage detected