Anson Koch
Results
1
comments of
Anson Koch
Here's the diff: ``` diff --git a/fortls/objects.py b/fortls/objects.py index 7218630..420b6f6 100644 --- a/fortls/objects.py +++ b/fortls/objects.py @@ -2288,8 +2288,9 @@ class FortranAST: added_entities = [] for child in include_ast.inc_scope.children: added_entities.append(child) -...