Sign in
go
/
tools
/
181e280a22ef5ed4ed8e35d51a73fe6f3b897dc6
/
.
/
oracle
/
testdata
/
src
/
lib
/
lib.go
blob: 0603d4b46297fd5bda1ca9763157268a5feec876 [
file
] [
log
] [
blame
]
package lib
type Type int
func (Type) Method(x *int) *int {
return x
}
func Func() {
}
const Const = 3
var Var = 0