-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hovering over the abstract interface function definition shows the correct prototype, while hovering over the procedure pointer instance shows the prototype with first argument in the argument list missing.
However, I tried a minimal reproducer, with the same function signature etc, and there I could not see the same issue, so I do not really know what is going on.
Expected behavior
Hovering over either the abstract interface definition or an actual procedure instance of that interface should provide the same result, i.e. the complete procedure interface definition.
Screenshots & Animations
Setup information (please complete the following information):
- OS: Linux
- Python Version 3.10.2
- fortls Version 3.1.2
- Code editor used: Neovim v.0.10
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

