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
When using named arguments with a method that has default parameters, everything works as expected — unless the method is statically imported. In that case, the compiler can no longer resolve the method correctly.
When using named arguments with a method that has default parameters, everything works as expected — unless the method is statically imported. In that case, the compiler can no longer resolve the method correctly.
Minimal Reproducible Example:
When using a static import for the create method, compilation fails:
The text was updated successfully, but these errors were encountered: