- [x] `safe` is a valid identifier name - [x] subscripts can be called with named parameters, for example: `pathComponents[safe: 1]` - [x] can use `let` in `import` statements, example: `import let Framework.SomeClass`
safeis a valid identifier namepathComponents[safe: 1]letinimportstatements, example:import let Framework.SomeClass