Sign in
go
/
tools
/
3af9f3e163a51c7abf3213b809bf984913ca4e15
/
.
/
internal
/
lsp
/
testdata
/
noparse
/
noparse.go.in
blob: 66a8cce9959770ddaab47151608c7e25cb5451ec [
file
] [
log
] [
blame
]
package
noparse
func bye
(
x
int
)
{
hi
()
}
func stuff
()
{
x
:=
5
}
func
.()
{}
//@diag(".", "syntax", "expected 'IDENT', found '.'")