Reporter | Drew Noakes (drewnoakes) |
---|---|
Created | Dec 20, 2010 5:55:18 AM |
Updated | Mar 27, 2012 5:03:10 PM |
Priority | Critical |
Type | Bug |
Fix versions | 7.0 |
State | Open |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Code Analysis |
Affected versions | 5.1.1 |
Fixed in build | No Fixed in build |
void Foo([NotNull] string bar = null) { // no warning is given for the erroneous declaration above }