Posts
Sort by recent activity
Several bugs
Hi all,
There are several bugs in Reflector. Below are code snippets that reproduce the bugs:public struct ImplicitCastBug
{
// Expected:
// ((int)this).ToString(&#...