Joe Sustaric
Results
1
issues of
Joe Sustaric
To reproduce this try the following. File Testpack\testpack.go: ``` package testpack type TPStruct struct {} //func (t TPStruct) Method() {} //Uncomment this line to produce error func (t *TPStruct) PointerMethod()...