compliment icon indicating copy to clipboard operation
compliment copied to clipboard

Type inference from static method calls

Open vemv opened this issue 10 months ago • 1 comments

For e.g. (.| (Thread/currentThread)), we could observe that (Thread/currentThread) returns a Thread, and therefore the completions can be constrained to those of the members of Thread.

I don't have a preliminary idea as for how to implement this.

(Orchard has plenty of Java analysis utils)

vemv avatar Oct 05 '23 14:10 vemv