Skip to content

"Unexpected End of Scope at line X" when using ";" to put 2 end in the same line #229

@kosiu

Description

@kosiu

This code generate error: "Unexpected End of Scope at line ..."

    do i=1,size(arr); associate(point => arr(i))
    ....
    end associate; end do

But this one not:

    do i=1,size(arr); associate(point => arr(i))
    ....
    end associate
end do

version of fortls: 2.13.0

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