compiler: reject NOT operator on integer types.
The Go specification only accepts the NOT operator on boolean types. Fixes issue 10. From-SVN: r187262
Showing
Please
register
or
sign in
to comment
The Go specification only accepts the NOT operator on boolean types. Fixes issue 10. From-SVN: r187262