2012-10-07 15:22:01 -06:00
|
|
|
// rundir
|
2012-09-23 11:16:14 -06:00
|
|
|
|
2012-02-27 19:52:40 -07:00
|
|
|
// Copyright 2012 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.
|
|
|
|
|
|
|
|
// Tests that method calls through an interface always
|
2012-03-07 08:21:56 -07:00
|
|
|
// call the locally defined method localT.m independent
|
2012-02-27 19:52:40 -07:00
|
|
|
// at which embedding level it is and in which order
|
|
|
|
// embedding is done.
|
|
|
|
|
2012-10-07 15:22:01 -06:00
|
|
|
package ignored
|
2012-02-27 19:52:40 -07:00
|
|
|
|