2012-10-07 21:22:01 +00:00
|
|
|
// rundir
|
2012-09-23 17:16:14 +00:00
|
|
|
|
2016-04-10 21:32:26 +00:00
|
|
|
// Copyright 2012 The Go Authors. All rights reserved.
|
2012-02-28 02:52:40 +00:00
|
|
|
// 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 15:21:56 +00:00
|
|
|
// call the locally defined method localT.m independent
|
2012-02-28 02:52:40 +00:00
|
|
|
// at which embedding level it is and in which order
|
|
|
|
// embedding is done.
|
|
|
|
|
2012-10-07 21:22:01 +00:00
|
|
|
package ignored
|
2012-02-28 02:52:40 +00:00
|
|
|
|