·
0 commits
to 7284f0c3f3c79678e96e8cca1d10930799cbcd00
since this release
Fixes
- Fixed issue #35 by hoisting a branch in the expression generator, correcting incorrect cloning behaviour in affected scenarios
- Fixed source generator emitting unqualified
Typereferences, which caused compilation errors when user code defined a conflictingTypesymbol in scope
Chores
- Added
TypeNameConflictTeststo guard against regressions when user-defined types conflict with BCL type names - Expanded
CollectionTestswith additional coverage for collection cloning edge cases