fortran-plugin icon indicating copy to clipboard operation
fortran-plugin copied to clipboard

Type declarations in block constructs are not recognized

Open sgeard opened this issue 4 years ago • 1 comments

For example

block
     integer :: i
end block

The declaration is erroneously marked with a red squiggle

sgeard avatar Mar 13 '20 22:03 sgeard

I can confirm this issue 2024.1.0

louisgag avatar Jun 24 '24 11:06 louisgag