From 09f84a75bc63a6316d575f531489d69ec8ade2e8 Mon Sep 17 00:00:00 2001 From: Ingo Oeser Date: Fri, 14 Jun 2013 23:22:50 +0200 Subject: Imported Upstream version 1.1.1 --- test/fixedbugs/issue5614.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixedbugs/issue5614.go (limited to 'test/fixedbugs/issue5614.go') diff --git a/test/fixedbugs/issue5614.go b/test/fixedbugs/issue5614.go new file mode 100644 index 000000000..f2518d2a0 --- /dev/null +++ b/test/fixedbugs/issue5614.go @@ -0,0 +1,11 @@ +// compiledir + +// Copyright 2013 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. + +// Issue 5614: exported data for inlining may miss +// named types when used in implicit conversion to +// their underlying type. + +package ignored -- cgit v1.2.3