We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gc correctly rejects the following program:
package n func n(){_=string(0.)}
But gotype successfully compiles it. It must not. 0. is an fp constant. on commit e9a746d
0.