DEBSOURCES
Skip Quicknav
sources / gocode / 0~git20140530-1 / _testing / test.0044 / test.go.in
123456789101112131415
package main type X struct { Xa int Xb int } func (x X) foo() { return } func main() { x := X{ }