Sign in
go
/
tools
/
6cbeeacfcd0b3bed4bb186e13df86bb3fbc720c0
/
.
/
go
/
analysis
/
passes
/
modernize
/
testdata
/
src
/
minmax
/
userdefined
/
wrongsignature
/
wrongsignature.go
blob: fc6e7cec36ca13e3b781284229b0d7dc56c139b3 [
file
]
package wrongsignature
// Function with wrong signature - should NOT be removed
func min(a int) int {
return a
}