History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-43788
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Olga Lobacheva
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Base type is not taken into account in VB partial types

Created: 20 Jun 07 19:18   Updated: 27 Jun 07 22:34
Component/s: None
Fix Version/s: 3.0.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
RSRP-43787 Controls property is not resolved in ... Blocker Closed

Fixed in build: 469


 Description  « Hide
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


 All   Comments   Work Log   Change History      Sort Order:
Dmitry Lomov - 26 Jun 07 17:23
Fix breaks XAML support in VB