| 1 | package template |
|---|---|
| 2 | |
| 3 | const shouldFail = "different signatures" |
| 4 | |
| 5 | func before() int { return 0 } |
| 6 | func after() string { return "" } |
| 7 |
Members
| 1 | package template |
|---|---|
| 2 | |
| 3 | const shouldFail = "different signatures" |
| 4 | |
| 5 | func before() int { return 0 } |
| 6 | func after() string { return "" } |
| 7 |