Fix precedence of comments vs '/' operator
This commit is contained in:
parent
155a57d3ab
commit
174f306e2a
6 changed files with 1247 additions and 1234 deletions
|
|
@ -31,7 +31,7 @@ parses comments
|
|||
==========================================
|
||||
package trivial
|
||||
|
||||
var x = 1 // on package
|
||||
var x = 1 // on variable
|
||||
|
||||
func main() {
|
||||
// in function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue