Private Interface IVBStructureItem
readonly property TreeNode() as ITreeNode
end property
End Interface
Shows "unexpected token", should display something like "property body cannot be declared in interface"
Description
Private Interface IVBStructureItem
readonly property TreeNode() as ITreeNode
end property
End Interface
Shows "unexpected token", should display something like "property body cannot be declared in interface"