Closed thvnx closed 2 years ago
This change fixes a bug where next_part_for_decl, when called on a SingleTaskTypeDecl returns None instead of the next part of its SingleTaskDecl parent.
next_part_for_decl
SingleTaskTypeDecl
SingleTaskDecl
TN: SB08-025
This change fixes a bug where
next_part_for_decl
, when called on aSingleTaskTypeDecl
returns None instead of the next part of itsSingleTaskDecl
parent.TN: SB08-025