Sign in
go
/
lint
/
cb00e5669539f047b2f4c53a421a01b0c8e172c6
/
.
/
testdata
/
broken.go
blob: 6543775c5aa816812f612bfad79ff0754db9695c [
file
] [
log
] [
blame
]
// Test of code that is malformed, but accepted by go/parser.
// See https://golang.org/issue/11271 for discussion.
// OK
// Package pkg ...
package pkg
// Foo is a method with a missing receiver.
func () Foo() {}