From e6a328bbdc8f5cad199cda53dab7d310874e06b5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 15 Sep 2009 12:42:24 -0700 Subject: last round: non-package code R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650 --- test/decl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/decl.go') diff --git a/test/decl.go b/test/decl.go index 273d0ecff..6e8cbab20 100644 --- a/test/decl.go +++ b/test/decl.go @@ -14,6 +14,7 @@ func f3() (float, int, string) { return 1, 2, "3" } func x() (s string) { a, b, s := f3(); + _, _ = a, b; return // tests that result var is in scope for redeclaration } -- cgit v1.2.3