A test to see if there is any weird (unwanted) shadowing going on e.g., ``` { id: "schema/import/abcde.isl", type: a, as: b}, { id: "schema/import/abcde.isl", type: b, as: a} ``` _Originally posted by @therapon in https://github.com/amzn/ion-schema-tests/pull/3_
A test to see if there is any weird (unwanted) shadowing going on e.g.,
Originally posted by @therapon in #3