Lines Matching full:method1
167 func (t *T) Method1(a int) int {
310 {".Method1(1234)", "-{{.Method1 1234}}-", "-1234-", tVal, true},
311 {".Method1(.I)", "-{{.Method1 .I}}-", "-17-", tVal, true},
492 {"bug0", "{{range .MSIone}}{{if $.Method1 .}}X{{end}}{{end}}", "X", tVal, true},