blob: 59c2cd35c4c28f6079dfecf3140f54d22bd7ca30 [file] [log] [blame]
Rémy Oudompheng46bce2a2012-10-07 23:22:01 +02001// rundir
Russ Coxcd22afa2012-09-23 13:16:14 -04002
Robert Griesemer69015b62012-02-27 18:52:40 -08003// Copyright 2012 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
7// Tests that method calls through an interface always
Russ Cox08854b02012-03-07 10:21:56 -05008// call the locally defined method localT.m independent
Robert Griesemer69015b62012-02-27 18:52:40 -08009// at which embedding level it is and in which order
10// embedding is done.
11
Rémy Oudompheng46bce2a2012-10-07 23:22:01 +020012package ignored
Robert Griesemer69015b62012-02-27 18:52:40 -080013