Project
ReSharper
Priority
Major
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
    3 years ago (24 Feb 2009 20:10)
  • Updated by   Olga Lobacheva
    4 months ago (28 Dec 2011 20:36)
  • Jira: RSRP-96597
    (history, comments)
 
RSRP-96597 Circular in VB with FunctionType
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Circular in VB with FunctionType

 Dim f = If (z, Function (x1) x1, nothing)


  Public shared Sub Interest(x As Func(Of Object, Object))
    End Sub

  Interest (If (z, Function (x1) x1, nothing))  



Public Class Zi
    Public Shared Operator + (ByVal x As Func(Of Integer, Integer), y As Zi) As Boolean
        System.Console.WriteLine ("Bug")
    End Operator
End Class

 Public Shared Sub Main
        Dim zi As New Zi 
        Dim op As Boolean = (function (x) 34)  + zi      
 
    End Sub
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments