Ticket #231 (new defect)
all/for in invariant causes COBRA INTERNAL ERROR
Reported by: | nevdelap | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
class A pass class B var _list as List<of A> var _dict as Dictionary<of A, int> invariant all for a in _list get a in _dict.keys
# error: COBRA INTERNAL ERROR / InvalidOperationException / Operation is not valid due to the current state of the object
Change History
Note: See
TracTickets for help on using
tickets.