blob: d1de43bc9c695fbb3ae4fc65732c6233f9017108 [file] [log] [blame]
Pre-existing gopls issues should not be reported as regressions
-- p.go --
package p
func F() {
x := 42
}
-- .commit --
Initial commit with existing gopls issue
-- p.go --
package p
func F() {
x := 42
// unrelated change
}
-- .commit --
Make a change but keep the same gopls issue
-- .run_test --
OK