Sign in
go
/
tools
/
0d28ed0cbe402bf95866ce58aab0f1ac12070b85
/
.
/
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")