|
31 | 31 | | interface.go:101:6:101:8 | i19 | StringB | func() string |
|
32 | 32 | | interface.go:105:6:105:8 | i20 | StringB | func() string |
|
33 | 33 | | main.go:17:6:17:20 | EmbedsNameClash | NCMethod | func() |
|
| 34 | +| pkg1/embedding.go:8:6:8:9 | base | f | func() int | |
34 | 35 | | pkg1/embedding.go:19:6:19:13 | embedder | f | func() int |
|
35 | 36 | | pkg1/embedding.go:22:6:22:16 | ptrembedder | f | func() int |
|
36 | 37 | | pkg1/embedding.go:22:6:22:16 | ptrembedder | g | func() int |
|
37 | 38 | | pkg1/embedding.go:25:6:25:14 | embedder2 | f | func() int |
|
38 | 39 | | pkg1/embedding.go:28:6:28:14 | embedder3 | f | func() int |
|
39 |
| -| pkg1/embedding.go:35:6:35:14 | embedder4 | f | func() int | |
40 | 40 | | pkg1/interfaces.go:3:6:3:6 | A | m | func() |
|
41 | 41 | | pkg1/interfaces.go:7:6:7:6 | B | m | func() |
|
42 | 42 | | pkg1/interfaces.go:7:6:7:6 | B | n | func() |
|
|
51 | 51 | | pkg1/interfaces.go:31:6:31:7 | A2 | m | func() |
|
52 | 52 | | pkg1/interfaces.go:35:6:35:24 | MixedExportedAndNot | Exported | func() |
|
53 | 53 | | pkg1/interfaces.go:35:6:35:24 | MixedExportedAndNot | notExported | func() |
|
| 54 | +| pkg1/promotedStructs.go:4:6:4:6 | S | SMethod | func() interface { } | |
54 | 55 | | pkg1/promotedStructs.go:22:6:22:12 | SEmbedS | SMethod | func() interface { } |
|
55 | 56 | | pkg1/tst.go:5:6:5:6 | T | half | func() Foo |
|
56 | 57 | | pkg1/tst.go:16:6:16:7 | T3 | half | func() Foo |
|
57 | 58 | | pkg1/tst.go:21:6:21:7 | T4 | half | func() Foo |
|
| 59 | +| pkg1/tst.go:26:6:26:8 | Foo | half | func() Foo | |
58 | 60 | | pkg1/tst.go:61:6:61:14 | NameClash | NCMethod | func() |
|
59 | 61 | | pkg2/tst.go:11:6:11:24 | MixedExportedAndNot | Exported | func() |
|
60 | 62 | | pkg2/tst.go:11:6:11:24 | MixedExportedAndNot | notExported | func() |
|
| 63 | +| pkg2/tst.go:16:6:16:14 | NameClash | NCMethod | func() | |
0 commit comments