Sign in
go
/
tools
/
92496828d16ca6ec6759c9250c2a97fd378210d5
/
.
/
internal
/
lsp
/
testdata
/
noparse
/
noparse.go.in
blob: 52bf306e74839f4ac44d86514ad18e6fe98ed44a [
file
] [
log
] [
blame
]
package
noparse
func bye
(
x
int
)
{
hi
()
}
func stuff
()
{
x
:=
5
}
func
.()
{}
//@diag(".", "LSP", "expected 'IDENT', found '.'")