fix: replace `m _` with `() => m` in param less method (#3264)
+ replace `m _` with `() => m` in the method without a parameter list and by-name params; Methods without a parameter list and by-name params can no longer be converted to functions as `m _`, write a function literal `() => m` instead
parent
6aa9d7fe
Please register or sign in to comment