AdaCore / libadalang

Ada semantic analysis library.
https://www.adacore.com
Other
146 stars 42 forks source link

Fix ``SingleTaskTypeDecl.next_part_for_decl`` #934

Closed thvnx closed 2 years ago

thvnx commented 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.

TN: SB08-025