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