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