Describe the bug
False positive diagnostic error
To Reproduce
fortls --debug_filepath literals.f90 --debug_rootpath . --debug_diagnostics
program test_literals
implicit none
contains
subroutine foo(recursive, ierr)
integer, intent(in) :: recursive
integer, intent(out) :: ierr
print*, recursive
end subroutine foo
end program test_literals
Expected behavior
No diagnostic error
Screenshots & Animations
If applicable, add screenshots or GIF/MP4 animations to help explain your problem.
Setup information (please complete the following information):
- OS: Linux
- Python Version 3.8
- fortls Version 2.10.0
- Code editor used: VS Code
Describe the bug
False positive diagnostic error
To Reproduce
fortls --debug_filepath literals.f90 --debug_rootpath . --debug_diagnosticsExpected behavior
No diagnostic error
Screenshots & Animations
If applicable, add screenshots or GIF/MP4 animations to help explain your problem.
Setup information (please complete the following information):