=== RUN   TestTypedBindings
=== PAUSE TestTypedBindings
=== RUN   TestTypedBindingsDisabled
=== PAUSE TestTypedBindingsDisabled
=== CONT  TestTypedBindings
=== CONT  TestTypedBindingsDisabled
--- PASS: TestTypedBindingsDisabled (0.00s)
=== NAME  TestTypedBindings
    main_test.go:216: Run output - received: <nil> - expected: []int64(nil) - script: var x: []int64 = nil
    main_test.go:217: received type: <nil> - expected: []int64
    main_test.go:216: Run output - received: <nil> - expected: map[string]int64(nil) - script: var x: map[string]int64 = nil
    main_test.go:217: received type: <nil> - expected: map[string]int64
    main_test.go:216: Run output - received: <nil> - expected: (*int64)(nil) - script: var x: *int64 = nil
    main_test.go:217: received type: <nil> - expected: *int64
    main_test.go:216: Run output - received: <nil> - expected: (chan int64)(nil) - script: var x: chan int64 = nil
    main_test.go:217: received type: <nil> - expected: chan int64
    main_test.go:216: Run output - received: <nil> - expected: []int64(nil) - script: var x: []int64 = make([]int64); x = nil
    main_test.go:217: received type: <nil> - expected: []int64
--- FAIL: TestTypedBindings (0.00s)
FAIL
FAIL	github.com/mattn/anko/vm	0.003s
FAIL
