aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue22076.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/issue22076.go')
-rw-r--r--test/fixedbugs/issue22076.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixedbugs/issue22076.go b/test/fixedbugs/issue22076.go
index 5d628b96bd..b383a674e2 100644
--- a/test/fixedbugs/issue22076.go
+++ b/test/fixedbugs/issue22076.go
@@ -13,12 +13,12 @@ import . "bytes"
var _ Reader // use "bytes" import
-func _() {
+func f1() {
Buffer := 0
_ = Buffer
}
-func _() {
+func f2() {
for Buffer := range []int{} {
_ = Buffer
}