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

Side by Side Diff: test/fixedbugs/bug233.go

Issue 180052: gc: fix import name resolution (Closed)
Patch Set: code review 180052: gc: fix import name resolution Created 15 years, 3 months ago
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « src/cmd/gc/go.y ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // $G $D/$F.go
2
3 // Copyright 2009 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
6
7 package main
8 import p "fmt"
9 var _ = p.Print
10 var fmt = 10
OLDNEW
« no previous file with comments | « src/cmd/gc/go.y ('k') | no next file » | no next file with comments »

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