(kind, info int)
| 280 | } |
| 281 | |
| 282 | func makeExpression(kind, info int) exprDesc { |
| 283 | return exprDesc{f: noJump, t: noJump, kind: kind, info: info} |
| 284 | } |
| 285 | |
| 286 | func (f *function) semanticError(message string) { |
| 287 | f.p.t = 0 // remove "near to" from final message |
no outgoing calls
no test coverage detected