Files
yaegi/_test/type15.go
T

10 lines
90 B
Go

package main
func main() {
err := error(nil)
println(err == nil)
}
// Output:
// true