Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-208178: [VB] False error: Cannot apply operator 'Not' to operand of type 'System.Nullable(Of Boolean)'

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Jan 26, 2011 1:38:37 AM
Updated Dec 8, 2011 10:31:20 PM
Priority Critical
Type Bug
Fix versions Mirabile Futurum
State Open
Assignee Olga Lobacheva (olka)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
Option Strict On

Module M
  Sub Main()
    Dim x As Boolean? = True
    If Not x Then
    End If
  End Sub
End Module

Viewing all articles
Browse latest Browse all 106942

Trending Articles