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
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)
The text was updated successfully, but these errors were encountered:
For e.g.
(.| (Thread/currentThread))
, we could observe that(Thread/currentThread)
returns aThread
, 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)
The text was updated successfully, but these errors were encountered: