blob: 36b8b56d1235d56719d964c399e3d3cfede37114 [file] [log] [blame]
Rémy Oudomphengd9953c92012-10-07 18:37:05 +02001// rundir
Russ Coxcd22afa2012-09-23 13:16:14 -04002
Robert Griesemerad8b0d92011-02-24 19:29:25 -08003// Copyright 2011 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
Rémy Oudomphengd9953c92012-10-07 18:37:05 +02007// Test case for issue 1550: a type cannot implement an interface
8// from another package with a private method, and type assertions
9// should fail.
10package ignored