Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Olga Lobacheva
Subsystem
PSI
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Olga Lobacheva
    2 years ago (09 Oct 2009 19:55)
  • Updated by   Olga Lobacheva
    7 months ago (29 Jun 2011 19:41)
  • Jira: RSRP-124651
    (history, comments)
 
RSRP-124651 VB: Problem with constant types in resolve
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Option Strict On

Public Class NotWorked
  Public Shared Sub Bar(ByVal x As Integer)
    System.Console.WriteLine(x)
  End Sub
  Public Shared Sub Bar(ByVal x As Object)
    System.Console.WriteLine("object")
  End Sub
  Public Shared Sub Main()
    Const l As Long = 34
    Bar(l)
  End Sub
End Class
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments