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

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

fail lspDefinition main.dummy2 offset

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