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

Unified Diff: test/indirect1.go

Issue 5674112: code review 5674112: test: commentary for [h-m]*.go (Closed)
Patch Set: diff -r d2cabd44712c https://code.google.com/p/go/ Created 13 years, 1 month 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 | « test/indirect.go ('k') | test/init.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/indirect1.go
===================================================================
--- a/test/indirect1.go
+++ b/test/indirect1.go
@@ -4,6 +4,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Verify that illegal uses of indirection are caught by the compiler.
+// Does not compile.
+
package main
var m0 map[string]int
« no previous file with comments | « test/indirect.go ('k') | test/init.go » ('j') | no next file with comments »

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