Skip to content

Support new noreturn directive #276

@zaneduffield

Description

@zaneduffield

Delphi 13 added a new procedure directive noreturn.

In order to support this we need to add a new impure keyword for it here

// Impure keywords

and include it in is_method_directive here

pub fn is_method_directive(&self) -> bool {

and add some tests for it here

method_directive_consolidation_test!(

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions