1
0
mirror of https://github.com/golang/go synced 2024-11-17 07:54:41 -07:00
go/test/fixedbugs/bug392.dir/one.go
2012-01-11 21:26:54 +01:00

7 lines
136 B
Go

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