Ticket #378 (new defect)
CIE by incomplete `StreamType` construction.
Reported by: | thriwkin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.6 |
Keywords: | CIE | Cc: |
Description
Cobra svn:3116 throws this CIE
error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object.
when compiling this program:
class Program shared def m<of T> as T* return T[](0) def main x = .m<of int> CobraCore.noOp(x)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.