tree-sitter-objc/test/corpus/extras.txt

37 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

================================================================================
Extras: non-breaking space
================================================================================
[[NSDateFormatter alloc] init];
[[NSDateFormatter alloc] init];
--------------------------------------------------------------------------------
(translation_unit
(expression_statement
(message_expression
receiver: (message_expression
receiver: (type_identifier)
selector: (identifier))
selector: (identifier)))
(expression_statement
(message_expression
receiver: (message_expression
receiver: (type_identifier)
selector: (identifier))
selector: (identifier))))
================================================================================
Extras: identifier
================================================================================
extern void OBJC_CLASS_$_f;
--------------------------------------------------------------------------------
(translation_unit
(declaration
(storage_class_specifier)
type: (primitive_type)
declarator: (identifier)))