Sign in
go
/
tools
/
master
/
.
/
gopls
/
internal
/
test
/
marker
/
testdata
/
implementation
/
issue74305.txt
blob: 916a6d34dcd12f10ec573e599aa4b604206a3d0f [
file
] [
log
] [
blame
]
Regression test for a crash, #74305.
-- go.mod --
module example.com
go 1.18
-- a/a.go --
package a
var _ = undefined() //@ diag("undefined", re"undefined"), implementation("(", err="not a dynamic function call")