Files
yaegi/_test/interface29.go
T

10 lines
88 B
Go

package main
func main() {
var a interface{}
println(a == nil)
}
// Output:
// true