Source file test/fixedbugs/issue16133.dir/a1.go

     1  package a
     2  
     3  type X string
     4  
     5  func NewX() X {
     6  	return ""
     7  }
     8  

View as plain text