mirror of
https://github.com/golang/go
synced 2024-11-06 03:26:15 -07:00
6e549d2dfd
Minimal reconstruction of reported failure case. Manually verified that test fails with CL 45911 reverted. Change-Id: Ia5d11500d91b46ba1eb5d841db3987edb9136c39 Reviewed-on: https://go-review.googlesource.com/45970 Run-TryBot: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Robert Griesemer <gri@golang.org>
12 lines
208 B
Go
12 lines
208 B
Go
// Copyright 2017 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 r
|
|
|
|
import "./q"
|
|
|
|
type T struct {
|
|
q.T
|
|
}
|