Source file src/cmd/api/testdata/src/issue21181/p/p.go

     1  package p
     2  
     3  import (
     4  	"dep"
     5  )
     6  
     7  type algo struct {
     8  	indrt func(dep.Interface)
     9  }
    10  

View as plain text