[Github-comments] [geany/geany] Symbols does not show first function/subroutine in fortran modules (#2115)

Marius notifications at xxxxx
Sat Mar 30 13:26:30 UTC 2019


the problem occurs if there is a non fortran variable type
this doesn't work:

module test
  use hello_mod
  implicit none
  Hello :: h
  integer :: i 
  contains   
    function test1()
    end function test1    
    function test2()
    end function test2
end module test

while this does

module test
  use hello_mod
  implicit none
  integer :: i 
  contains   
    function test1()
    end function test1    
    function test2()
    end function test2
end module test


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2115#issuecomment-478245521
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190330/333c415a/attachment.html>


More information about the Github-comments mailing list