Commit 4a9b4e66 authored by Robert Griesemer's avatar Robert Griesemer

- parameters must be named

R=r
OCL=13520
CL=13520
parent 9c8f48bd
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// $G $D/$F.go && echo BUG: succeeds incorrectly
package main
func f(int); // parameter must be named
func g(int, int); // parameter must be named
/* We had this discussion before and agreed that all parameters must be named. */
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