Activity overview
Latest activity by MarkByers
.NET Reflector incorrectly disassembles (a ? b : c) << d
There appears to be a bug in .NET Reflector when handling (a ? b : c) << d.
To reproduce it compile the following code using .NET 3.5:using System;
class P
{
static void Main()
...