missing '}' (found by pretty)

R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=27633
CL=27639
This commit is contained in:
Robert Griesemer 2009-04-20 15:23:21 -07:00
parent d88fb9f0f6
commit 0dd5be48aa

View file

@ -17,6 +17,7 @@ func main() {
// simple redeclaration
i := f1();
i := f1(); // ERROR "redeclared"
}
{
// change of type for f
i, f, s := f3();