Reporter | Bryan Pollack (Bryan.Pollack) |
---|---|
Created | Apr 4, 2012 7:45:24 PM |
Updated | Apr 4, 2012 8:55:24 PM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
!foo.Virtual ?? true
Virtual is bool?, which means is can be null. If I remove the '?? true', it is no longer compilable, so this is a bug.
Virtual is bool?, which means is can be null. If I remove the '?? true', it is no longer compilable, so this is a bug.