Sign in
go
/
tools.git
/
refs/heads/gopls-release-branch.0.21
/
.
/
go
/
analysis
/
passes
/
inline
/
testdata
/
src
/
c
/
c.go
blob: 7f6a3f26fe2078f5c0f994d2be1e1729677bb02e [
file
] [
log
] [
blame
] [
edit
]
package c
// This package is dot-imported by package b.
import "io"
const C = 1
//go:fix inline
type R = map[io.Reader]io.Reader