scarf_syntax/source_text/
class_items.rs

1// =======================================================================
2// class_items.rs
3// =======================================================================
4// AST Nodes from 1800-2023 A.1.9
5
6pub type ClassItem = ();
7pub type InterfaceClassItem = ();