Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Serge Baltic
    2 years ago (03 Sep 2007 19:31)
  • Updated by Serge Baltic
    2 years ago (31 Oct 2007 18:10)
  • Jira: RSRP-48529
    (history, comments)

RSRP-48529

Generate Implementation @VB: Does Not Expand Generic Parameters

0
[VBUG]

		Public Class Handler
			Implements IEquatable(Of Handler)


		End Class


Generate->Implement results in:

		Public Class Handler
			Implements IEquatable(Of Handler)


			Public Function Equals(ByVal other As T) As Boolean Implements IEquatable(Of T).Equals
			End Function
		End Class


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments