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

     1  package basic
     2  
     3  type Struct struct {
     4  	Val Type
     5  }
     6  
     7  func add(a, b Type) {
     8  	_ = func(c Type) {
     9  	}
    10  }