We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On the following program:
package main func main() { var a = -("0"[0]) println(a) }
ssadump -run outputs:
ssadump -run
208
The program is invalid and must not be compiled (type of "0"[0] is byte, -byte is an overflow).
on commit e9a746d