Russ Cox | 761830f | 2012-11-08 16:07:05 -0500 | [diff] [blame] | 1 | // compiledir |
2 | |||||
Emmanuel Odeke | 53fd522 | 2016-04-10 14:32:26 -0700 | [diff] [blame] | 3 | // Copyright 2012 The Go Authors. All rights reserved. |
Russ Cox | 761830f | 2012-11-08 16:07:05 -0500 | [diff] [blame] | 4 | // Use of this source code is governed by a BSD-style |
5 | // license that can be found in the LICENSE file. | ||||
6 | |||||
7 | // Re-exporting inlined function bodies missed types in x, ok := v.(Type) | ||||
8 | |||||
9 | package ignored |