Reporter | Mauricio Scheffer (mausch1249231455740) |
---|---|
Created | Feb 14, 2012 7:26:55 PM |
Updated | Feb 14, 2012 7:26:55 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
In this VB.NET program:
ReSharper 6.1.42.60 says "Cannot apply operator '-' to operand of type 'System.Nullable(Of Double)'" but it compiles successfully.
Dim a As Double? = 2 Dim b = -a
ReSharper 6.1.42.60 says "Cannot apply operator '-' to operand of type 'System.Nullable(Of Double)'" but it compiles successfully.