<p>the problem occurs if there is a non fortran variable type<br>
this doesn't work:</p>
<p>module test<br>
use hello_mod<br>
implicit none<br>
Hello :: h<br>
integer :: i<br>
contains<br>
function test1()<br>
end function test1<br>
function test2()<br>
end function test2<br>
end module test</p>
<p>while this does</p>
<p>module test<br>
use hello_mod<br>
implicit none<br>
integer :: i<br>
contains<br>
function test1()<br>
end function test1<br>
function test2()<br>
end function test2<br>
end module test</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2115#issuecomment-478245521">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ_ZS-AI9m_1Qw79Szsv3yxbivw22ks5vb2YGgaJpZM4cTe0y">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJwGNY9WRL2yjco8O4VWEJpj51GNQks5vb2YGgaJpZM4cTe0y.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@negf in #2115: the problem occurs if there is a non fortran variable type\r\nthis doesn't work:\r\n\r\nmodule test\r\n  use hello_mod\r\n  implicit none\r\n  Hello :: h\r\n  integer :: i \r\n  contains   \r\n    function test1()\r\n    end function test1    \r\n    function test2()\r\n    end function test2\r\nend module test\r\n\r\nwhile this does\r\n\r\nmodule test\r\n  use hello_mod\r\n  implicit none\r\n  integer :: i \r\n  contains   \r\n    function test1()\r\n    end function test1    \r\n    function test2()\r\n    end function test2\r\nend module test\r\n"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/2115#issuecomment-478245521"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2115#issuecomment-478245521",
"url": "https://github.com/geany/geany/issues/2115#issuecomment-478245521",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>