Reporter | Vladimir Reshetnikov (nikov) |
---|---|
Created | Oct 1, 2010 7:50:44 PM |
Updated | Dec 3, 2011 3:33:16 AM |
Priority | Major |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Olga Lobacheva (olka) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
Option Strict On Imports System.Runtime.CompilerServices Module M Sub Main() Dim x As Dictionary(Of Integer, String) x.Foo() End Sub <Extension()> Sub Foo(Of T, S)(ByVal x As Dictionary(Of T, S)) End Sub End Module