Closed eirik-kjonstad closed 3 years ago
use myModule ! implicit none
looks ok, but
use ! implicit none
does not recognize ! nor implicit none correctly.
!
implicit none
I think you just need to include eol-pop in the find-use-module context to fix this.
eol-pop
find-use-module
Resolved and will be included in 1.3.0
looks ok, but
does not recognize
!
norimplicit none
correctly.