Commit 0dd5be48 authored by Robert Griesemer's avatar Robert Griesemer

missing '}' (found by pretty)

R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=27633
CL=27639
parent d88fb9f0
...@@ -17,6 +17,7 @@ func main() { ...@@ -17,6 +17,7 @@ func main() {
// simple redeclaration // simple redeclaration
i := f1(); i := f1();
i := f1(); // ERROR "redeclared" i := f1(); // ERROR "redeclared"
}
{ {
// change of type for f // change of type for f
i, f, s := f3(); i, f, s := f3();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment