Fix precedence of comments vs '/' operator

This commit is contained in:
Max Brunsfeld 2014-06-11 12:27:58 -07:00
parent 155a57d3ab
commit 174f306e2a
6 changed files with 1247 additions and 1234 deletions

View file

@ -31,7 +31,7 @@ parses comments
==========================================
package trivial
var x = 1 // on package
var x = 1 // on variable
func main() {
// in function