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

Key: RSRP-35161
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Eugene Pasynkov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

VB: Parser should better recover from empty "inherits"

Created: 02 Feb 07 15:17   Updated: 13 Mar 07 16:29
Component/s: PSI - Parser, Language - VB.NET
Fix Version/s: None
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
private class VBRootItem
inherits
implements FileStructureRootItem, IVBStructureItem

Private ReadOnly myChildren As New List(Of FileStructureItem)
Private myIsDirty As Boolean = False

Public Property HasInheritanceInChildren() As Boolean Implements IVBStructureItem.HasInheritanceInChildren
Get

End Get
Set

End Set
End Property

Public ReadOnly Property TreeNode() As Psi.Tree.ITreeNode Implements IVBStructureItem.TreeNode
Get

End Get
End Property
End Class



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.