# there is a handler for ".dummy1" but the doesn't exist

# get src positions
lspSourceCursor main_template main.dummy1 0
setenv offset stdout

fail lspDefinition main.dummy1 offset

-- main_template --
package main
func main(){
	abc:=0
	_=ab●c
}
