fortls icon indicating copy to clipboard operation
fortls copied to clipboard

Parameter values not captured robustly

Open gnikit opened this issue 2 years ago • 0 comments

Describe the bug The regex parsing the parameter value into the AST node is not robust enough to handle things like selected_real_kind()

To Reproduce

    integer, parameter :: sp = selected_real_kind(6)

gnikit avatar May 20 '22 08:05 gnikit