mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 14:48:19 +00:00
Improve parsing of base-clauses in S_define
A base-clause is the stuff in an inheritance list after the colon in a class declaration. https://en.cppreference.com/w/cpp/language/derived_class Closes #723 Closes #733
This commit is contained in:
1
test/SIM_parse_s_define/models/Classes.cpp
Normal file
1
test/SIM_parse_s_define/models/Classes.cpp
Normal file
@ -0,0 +1 @@
|
||||
void foo() {};
|
Reference in New Issue
Block a user