This is for both C# and VB.
''' <summary>
'''
''' </summary>
''' <param name="F"></param>
''' <param name="G"></param>
Public Sub New(ByVal F As Boolean, ByVal G As String)
Current output after fix applied (if it is a code fix bug):
''' <summary>
'''
''' </summary>
''' <param name="F"></param>
''' <param name="G"></param>
Public Sub New(ByVal F As Boolean)
Expected output after fix applied (if it is a code fix bug):
''' <summary>
'''
''' </summary>
''' <param name="F"></param>
Public Sub New(ByVal F As Boolean)
@AdSoares is working on it.
This is for both C# and VB.
Current output after fix applied (if it is a code fix bug):
Expected output after fix applied (if it is a code fix bug):
@AdSoares is working on it.