Sign in
go
/
tools
/
61fa4dffed09fb8cad42837dbc5fc1275d09624a
/
.
/
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 '.'")