Deprecate named arguments for methods moving to macros in 3.6 (#2530)
These methods will start using def macros and since def macros do not supported named arguments this will be a source-incompatible change. This deprecation will warn users that they need to remove any uses of named arguments on these methods.
parent
73d3e3cf
Please register or sign in to comment