aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue45258.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue45258.go')
-rw-r--r--test/fixedbugs/issue45258.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/issue45258.go b/test/fixedbugs/issue45258.go
index f4d6fccf17..b026c0c8f5 100644
--- a/test/fixedbugs/issue45258.go
+++ b/test/fixedbugs/issue45258.go
@@ -22,7 +22,7 @@ func (r *impl) Foo() Barer {
func (r *impl) Bar() {}
-func _() {
+func f1() {
var r Fooer = &impl{}
r.Foo().Bar()
}