Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(565)

Unified Diff: go/types/testdata/decls1.src

Issue 8092048: code review 8092048: go.exp/go/types: better error message for non-existing ... (Closed)
Patch Set: diff -r 2cd982aef585 https://code.google.com/p/go.exp Created 10 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/types/testdata/decls0.src ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/types/testdata/decls1.src
===================================================================
--- a/go/types/testdata/decls1.src
+++ b/go/types/testdata/decls1.src
@@ -64,7 +64,7 @@
t13 int = a /* ERROR "shifted operand" */ << d
t14 int = i << j /* ERROR "must be unsigned" */
t15 math /* ERROR "not in selector" */
- t16 math /* ERROR "unexported" */ .xxx
+ t16 math /* ERROR "not declared" */ .xxx
t17 math /* ERROR "not a type" */ .Pi
t18 float64 = math.Pi * 10.0
t19 int = t1 /* ERROR "cannot call" */ ()
« no previous file with comments | « go/types/testdata/decls0.src ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b