mirror of
https://github.com/golang/go
synced 2024-11-18 02:44:48 -07:00
2a4f4dd842
when it should not be. I couldn't get this any simpler; the error seems to have to do with the order of the imports in bug2.go. R=rsc DELTA=26 (26 added, 0 deleted, 0 changed) OCL=23450 CL=23482
8 lines
199 B
Go
8 lines
199 B
Go
// Copyright 2009 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package bug0
|
|
|
|
type T struct { i int }
|