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

RSRP-284862: [VB] False error: Dynamic extension methods are not supported

$
0
0
Reporter Vladimir Reshetnikov (nikov) Vladimir Reshetnikov (nikov)
Created Dec 2, 2011 11:55:24 PM
Updated Dec 5, 2011 5:48:51 PM
Priority Normal
Type Bug
Fix versions No Fix versions
State Submitted
Assignee Evgeny Pasynkov (pasynkov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
Option Strict Off
Imports System.Runtime.CompilerServices

Module M
  <Extension()>
  Sub Foo(this As Integer, x As Integer)
  End Sub
End Module

Module N
  <Extension()>
  Sub Foo(this As Integer, x As Integer)
  End Sub

  Sub Main()
    Dim x As Object
    Call 1.Foo(x)
  End Sub
End Module

Viewing all articles
Browse latest Browse all 106942

Trending Articles