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
The ArgumentSuggestions methods dont have non-nullability marked to them.
This means in kotlin, one might think these are nullable, which they are not (NPE).
I'll probably impl this myself, just wanted to note it down.
(It's more of an enhancement then a bug i think)