Changeset 119889f for src/AST


Ignore:
Timestamp:
Apr 9, 2025, 9:07:31 PM (6 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
6174ecc
Parents:
50e8125
Message:

Partially fix #185.

This fix applies to functions, but not types.

The added test fails without the cfacpp changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Util.cpp

    r50e8125 r119889f  
    260260                        }
    261261                }
     262                if ( ! type->assertions.empty() ) visit_children = false;
    262263        }
    263264
Note: See TracChangeset for help on using the changeset viewer.