The following printing is wrong, as the output would produce a vector, not a matrix: ```julia julia> show(IOContext(stdout, :compact=>true), fill(42, 1, 1)) [42] ``` Observed on master and 1.5.
The following printing is wrong, as the output would produce a vector, not a matrix:
Observed on master and 1.5.