DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.5.0%2Bds-1 / gopls / internal / lsp / testdata / extract / extract_function / extract_scope.go
12345678910
package extract func _() { newFunction := 1 a := newFunction //@extractfunc("a", "newFunction") } func newFunction1() int { return 1 }