Ticket #62 (closed defect: fixed)
Lower case generic type names have problems
Reported by: | Chuck | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
def bar(d as dictionary<of string, int>)
(1) A lower case generic type name triggers an uncaught exception.
(2) Generic type names do not participate in -correct-case
This ticket is to address both of these issues.
Change History
Note: See
TracTickets for help on using
tickets.