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
Yes, that's true.
Currently, I don't think we have a rule that checks the target programming language of a called function.
For realizing this behavior, one needs to dig into the compiler and see, whether there is an API available.
If we are lucky, the BindingContext can be used to fetch this information.
Expected Behavior
This code should not raise any
NamedArguments
issue:Observed Behavior
It does
Context
If you use a java function in kotlin you can't use
NamedArguments
so there is no way to fix this.Your Environment
The text was updated successfully, but these errors were encountered: