mirror of https://github.com/golang/go.git
parent
4fc82c2e1e
commit
ad36c39211
|
|
@ -1654,6 +1654,10 @@ exprsym3:
|
|||
{
|
||||
$$ = newname($1);
|
||||
}
|
||||
| LATYPE
|
||||
{
|
||||
$$ = newname($1);
|
||||
}
|
||||
|
||||
exprsym3_list_r:
|
||||
exprsym3
|
||||
|
|
|
|||
|
|
@ -121,10 +121,6 @@ bugs/bug140.go:6: syntax error near L1
|
|||
bugs/bug140.go:7: syntax error near L2
|
||||
BUG should compile
|
||||
|
||||
=========== bugs/bug145.go
|
||||
bugs/bug145.go:8: t is type, not var
|
||||
BUG should compile
|
||||
|
||||
=========== fixedbugs/bug016.go
|
||||
fixedbugs/bug016.go:7: constant -3 overflows uint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue