Open sonalmahajan15 opened 1 month ago
The below code results in a false positive.
type mySlice []int func (ma mySlice) bar() {} func foo() mySlice { var m mySlice return m } func test() { m := foo() m.bar() // FP here }
Can I be assigned to this issue?
can i get assigned to this issue?
The below code results in a false positive.