SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Decompiler Bug: generic object constructions are sprinted with reflected name instead of generic args #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g.

> source <@ System.Collections.Generic.Dictionary<string,int>() @>;;
val it : string = "Dictionary`2()"

Original issue reported on code.google.com by stephen....@gmail.com on 13 Mar 2011 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 Mar 2011 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 17 Mar 2011 at 4:17