id summary reporter owner description type status priority milestone component version resolution keywords cc 185 Cannot refer to generic type in extended initialization Chuck "The following program generates a false compilation error on the second to last line: {{{ class A pro b from var as Object? class P def main a = A() assert a.b is nil a = A(b=5) assert a.b == 5 a = A(b=String) assert a.b is String a = A(b=List) assert a.b is List }}} Reported by gauthier in the discussion forums." defect closed medium Cobra 0.9 Cobra Compiler 0.8.0 fixed