DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / type29.go
123456789101112
package main var Foo int func (f Foo) Bar() int { return 1 } func main() {} // Error: // 5:1: cannot define new methods on non-local type int