Why is character(len=*)
underlined as an error
#574
Unanswered
blaylockbk
asked this question in
Q&A - deprecated see Fortran Discourse
Replies: 1 comment
-
This is actually a bug from If you don't mind can you file a bug report in the fortls repo and I'll try and get to it this weekend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a subroutine in a large code base. Why do I get an underlined error indicator for

character(len=10)
. When I hover over it, the message saysObject "len" not found in scope
and then gives a file where the variable len is declared as an object.The "len" statemen inside a character declaration would never refer to a declared variable named len, right? Is this a possible bug in fortls, or is there a Fortran feature I don't understand here? This might be a silly concern, but I'd like to figure out how to resolve this underlined error indicator.
Beta Was this translation helpful? Give feedback.
All reactions