aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/rename/issue42134/3.go.golden
blob: cdcae18089c76ecd14d5b726519a054f40efb91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- testCases-rename --
package issue42134

func _() {
	/*
	testCases contains test cases
	*/
	testCases := []struct { //@rename("tests", "testCases")
		in, out string
	}{}
	_ = testCases
}