Files
yaegi/_test/interface30.go
T

10 lines
89 B
Go

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