Sign in
go
/
go
/
ea6b0bf4faa91ad43e255a8d480a9e2b0f70dfc1
/
.
/
test
/
fixedbugs
/
issue3783.go
blob: 7db06d1881dcd44869073277ac74ddf604a2f961 [
file
]
// errorcheck
// Copyright 2012 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.
package foo
var i int
func (*i) bar()
// ERROR "not a type|expected type"