gopher.nvim/spec/fixtures/comment/var_output.go

6 lines
61 B
Go

package main
func test() {
// imAVar
var imAVar string
}