Wiki

Ticket #192 (closed enhancement: fixed)

Opened 15 years ago

Last modified 14 years ago

support for open generic type reference initializer syntax

Reported by: gauthier Owned by:
Priority: minor Milestone: Cobra 0.9
Component: Cobra Compiler Version: 0.8.0
Keywords: Cc:

Description

clr allows to reference open generic type definition

in c#, it is possible to initialize such a type reference with syntax similar to this example:

Type genericlisttype = typeof(List<>);

cobra should support similar type reference initialization

discussion:  http://cobra-language.com/forums/viewtopic.php?f=4&t=550

Change History

Changed 15 years ago by Chuck

bump

Changed 14 years ago by Chuck

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.