aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/rename/issue42134/3.go
blob: 7666f57d34a2359b4ab55462804ce9223418b099 (plain)
1
2
3
4
5
6
7
8
9
10
11
package issue42134

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