Commit Graph

3 Commits

Author SHA1 Message Date
Brendan Forster
c600ce832c added tests to catch regression 2014-04-30 14:52:37 +08:00
Haacked
5430718c58 Add custom assert for readonly collection 2014-02-26 23:15:10 -08:00
Haacked
9eb14f3c51 Make readonly collections truly readonly
These methods actually returned mutable collections that happen
to implement the readonly interfaces. User could cast them to
the actual type and add things. I'd rather avoid even that
possibility by making these truly return readonly stuff.
2014-02-26 18:38:57 -08:00