Public Module Module1
'Right
Private right As String = "Correct"
Public Sub Main()
'Wrong
Private wrong As String = "Incorrect"
End Sub
End Module