Wiki

root/cobra/trunk/Tests/240-generics/400-generic-methods/202-generic-method-use-lib.cobra

Revision 2281, 102 bytes (checked in by Chuck.Esterbrook, 2 years ago)

More of the same fix from today.

  • Property svn:eol-style set to native
Line 
1@args lib200-generic-method-lib
2
3class Program
4
5    def main
6        a = A<of Program>()
7        CobraCore.noOp(a)
Note: See TracBrowser for help on using the browser.