aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/rename/issue42134/4.go
blob: c953520bc94725122c0829e1e759b7153834ce48 (plain)
1
2
3
4
5
6
7
8
package issue42134

func _() {
	// a is equal to 5. Comment must stay the same

	a := 5
	_ = a //@rename("a", "b")
}