github.com/taylorchu/generic@v0.0.0-20171113184323-cd81575befa2/rewrite/_test/pkg/method/file.go (about)

     1  package method
     2  
     3  func (Type2 Type) Type2(_ Type2, _ Type2) {
     4  }
     5  
     6  func (t Type2) func1() {}
     7  func (_ Type2) func2() {}
     8  func (Type2) func3()   {}