Fixed: The objj2objcskeleton tool stop generating output if a SelectorLiteralExpression was used in the source file

This commit is contained in:
Martin Carlberg
2023-05-31 14:32:38 +02:00
parent 511ce4b07d
commit 150e44dcd5
+2 -1
View File
@@ -124,7 +124,8 @@ var errors = [],
Reference: ignore,
DictionaryLiteral: ignore,
Dereference: ignore,
ImportStatement: ignore
ImportStatement: ignore,
SelectorLiteralExpression: ignore
}
);