Skip to content

nph removes useful semicolon #127

Description

@dwhall

nph v0.6.1 removes the semicolon at the end of a statement list expression:

type Foo = int

(var f = Foo(42);)

this syntax is useful when checking that a statement compiles:

assert compiles((var f = Foo(42);))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions