HomeSort by relevance Sort by last modified time
    Searched defs:Meth (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug323.go 12 func (t *T) Meth() {}
18 p.Meth() // ERROR "undefined"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug323.go 12 func (t *T) Meth() {}
18 p.Meth() // ERROR "undefined"

Completed in 114 milliseconds