Add checks on array indexing #196
Labels
enhancement
New feature or request
transpiler
type assertions
Everything related to type assertions.
E.g.
test[10]
turns intoinspectIndexedAccess(test, 10)
The text was updated successfully, but these errors were encountered: