go source for verification 2026-05-22
This commit is contained in:
12
test/fixedbugs/issue3783.go
Normal file
12
test/fixedbugs/issue3783.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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"
|
||||
|
||||
Reference in New Issue
Block a user