Skip to content
Snippets Groups Projects
Commit 77cebc0d authored by Tomáš Orviský's avatar Tomáš Orviský
Browse files

Escaped class attribute

parent 6dc7f182
No related merge requests found
......@@ -60,4 +60,7 @@ class ClassAttribute:
text = string
modifier = AttributeModifier.NONE
if text[0] == "\\":
text = text[1:]
return ClassAttribute(text, is_method, modifier, is_abstract, is_static)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment