GNOME Bugzilla – Bug 443522
nested generic types not supported?
Last modified: 2008-01-18 22:00:46 UTC
Please describe the problem: Tried to declare a variable as SList<SList<string>> but received a syntax error. Steps to reproduce: 1. Declare a nested generic type. 2. Try to compile. 3. Actual results: Syntax error. Expected results: Successful compilation. Does this happen every time? yes Other information:
Confirming, nested generic types are not yet supported at all.
2008-01-18 Jürg Billeter <j@bitron.ch> * vala/scanner.l: support nested generic types, fixes bug 443522 Fixed in r859.