morpho
morpho copied to clipboard
Non indexable objects
Describe the bug Classes that don't provide index and setindex should raise errors if you try to index them.
To Reproduce // check index class A { }
var b = A() print b[0] // expect error
Expected behavior Should raise an error; presently returns nil
Additional context Add any other context about the problem here.