1
0
mirror of https://github.com/golang/go synced 2024-11-19 01:54:39 -07:00
go/test/fixedbugs/bug392.dir/one.go

7 lines
136 B
Go
Raw Normal View History

package one
type file int
func (file *file) isnil() bool { return file == nil }
func (fil *file) isnil2() bool { return fil == nil }