statler / dxcorecommunityplugins

Automatically exported from code.google.com/p/dxcorecommunityplugins
0 stars 0 forks source link

Exception when trying to generalize "Sub Fred" #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Try to generalize "Sub Fred" in the following code
-------------------------------------------------------------
Public Class Class1

End Class
Public Class Class1Descendant
    Inherits Class1
    Friend Sub New()
    End Sub
    Public Sub Fred()

    End Sub
End Class
-------------------------------------------------------------

Original issue reported on code.google.com by RoryBec...@gmail.com on 29 May 2008 at 9:08

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by mar...@binarysculptor.com on 2 Jun 2008 at 11:47

GoogleCodeExporter commented 9 years ago
LOL

Original comment by RoryBec...@gmail.com on 4 Jun 2008 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by RoryBec...@gmail.com on 31 Mar 2010 at 11:49