Ticket #230 (assigned enhancement)
make "a = []" do the right thing when a is of a known type
Reported by: | Kurper | Owned by: | Chuck |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
var a as List<of int>?
(...)
a = []
would be nice to be able to do. Same for dicts/sets, presumably.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.