To make sure different test set-ups (check-fast) don't cause the tests to fail.
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
Like so: import foo::{bar, baz}; Issue #817