| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
RSRP-51819 |
CA::VB::CreateFromUsage: "Create Method" Kills Suggested Names As Executing the LiveTemplate |
|
|
Public Class Status
Implements ICloneable
Dim myOffset As New Vector
Public Function Clone() As Object Implements System.ICloneable.Clone
Move(myOffset)
Return Nothing
End Function
End Class
Public Class Status
Implements ICloneable
Dim myOffset As New Vector
Public Function Clone() As Object Implements System.ICloneable.Clone
Move(myOffset)
Return Nothing
End Function
Public Sub Move(ByVal offset As Vector)
End Sub
End Class
Public Class Status
Implements ICloneable
Dim myOffset As New Vector
Public Function Clone() As Object Implements System.ICloneable.Clone
Move(myOffset)
Return Nothing
End Function
Public Sub Move(ByVal o As Vector)
End Sub
End Class