aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug324.go
blob: 36b8b56d1235d56719d964c399e3d3cfede37114 (plain)
1
2
3
4
5
6
7
8
9
10
// rundir

// Copyright 2011 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.

// Test case for issue 1550: a type cannot implement an interface
// from another package with a private method, and type assertions
// should fail.
package ignored