You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IntelliJ when viewing the implementation for a kotlin file without sources available, a generated stub is shown, this matches the behaviour in IntelliJ and is sufficient most of the time. IntelliJ has the option to decompile the file as a java class to view method implementations, there is no obvious way to do this with the language server.