tisble

Results 2 comments of tisble

Hi @JonasKlauke. I tried Wala and found it can generate the following edges to build the call: `org.me.Test.m1()V` --> `wala.lambda$org$me$Test$0.run()V` `wala.lambda$org$me$Test$0.run()V` --> `org.me.Test.m2()V` It seems that Wala can handle the...

Hi, I have submitted the issue and the link is: https://github.com/microsoft/vscode-languageserver-node/issues/1486