Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Olga Lobacheva 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
469
  • Submitted by   Ilya Ryzhenkov
    2 years ago (20 Jun 2007 19:18)
  • Updated by Ilya Ryzhenkov
    2 years ago (27 Jun 2007 22:34)
  • Jira: RSRP-43788
    (history, comments)

RSRP-43788

Base type is not taken into account in VB partial types

0
Public Class Bar
    Dim a As Boolean

    Public ReadOnly Property AcceptButton() As Boolean
        Get
            Return a
        End Get
    End Property
End Class


Public Class Foo
    Sub SampleMethod()
        AcceptButton()

    End Sub
End Class


Partial Class Foo
    Inherits Bar
End Class


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