<p></p>
<p>As far as my short studying,</p>
<pre><code> Hello :: h
</code></pre>
<p>is incorrect (in meaning of syntax) fortran code.<br>
See <a href="http://www.icl.utk.edu/~mgates3/docs/fortran.html#Variable" rel="nofollow">http://www.icl.utk.edu/~mgates3/docs/fortran.html#Variable</a> for an example.</p>
<p>For such garbage input, u-ctags emits garbage.</p>
<p>ctags captures i, test1, test2 and h itself If you put the <code>Hello</code> in <code>type()</code>:</p>
<pre><code>module test
use hello_mod
implicit none
type(Hello) :: h
integer :: i
contains
function test1()
end function test1
function test2()
end function test2
end module test
</code></pre>
<p>I took three hours to get this result.</p>
<p>I think we should ask the reporter to show the description in a language reference or something that probes the input is valid.</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-629687686">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYYETANOAOI4KBAEB3RR3LDFANCNFSM4HCN5UZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3YZ4P4ETQGMUHKKI3RR3LDFA5CNFSM4HCN5UZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEWEELBQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2115#issuecomment-629687686",
"url": "https://github.com/geany/geany/issues/2115#issuecomment-629687686",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>