mirror of
https://github.com/golang/go
synced 2024-11-19 05:04:43 -07:00
10 lines
146 B
Go
10 lines
146 B
Go
|
package badstmt
|
||
|
|
||
|
import (
|
||
|
"golang.org/x/tools/internal/lsp/foo"
|
||
|
)
|
||
|
|
||
|
func _() {
|
||
|
defer func() { foo. } //@complete(" }", Foo, IntFoo, StructFoo)
|
||
|
}
|