Closed GoogleCodeExporter closed 9 years ago
Going to sit on this one: F# signature printing uses common type aliases for
printing constructors, which can cause problems when omitting "new". For
example, "new string('c', 3)" is not the same as "string('c', 3)", the latter
is the "string" conversion function.
Original comment by stephen....@gmail.com
on 7 Aug 2011 at 6:50
Decided we "WontFix": there is little benefit in removing the "new" prefix and
the ambiguity it would introduce isn't worth it.
Original comment by stephen....@gmail.com
on 14 Dec 2011 at 5:02
Original issue reported on code.google.com by
stephen....@gmail.com
on 7 Aug 2011 at 6:23