mirror of
https://github.com/golang/go
synced 2024-11-19 04:44:41 -07:00
9 lines
117 B
Go
9 lines
117 B
Go
|
package bad
|
||
|
|
||
|
type myStruct struct {
|
||
|
}
|
||
|
|
||
|
func (s *myStruct) sFunc() bool { //@rename("sFunc", "rFunc")
|
||
|
return s.Bad
|
||
|
}
|