Closed
Description
julia> versioninfo()
Julia Version 0.6.0-dev.2075
Commit fe1f663* (2017-01-14 01:37 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin15.6.0)
CPU: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)
julia> !.[true]
ERROR: syntax: invalid identifier name "."
Expected behavior: broadcast(!, [true])
. Ref. #20037 (comment). Best!