Unverified Commit 9b3b0b42 authored by SingularityKChen's avatar SingularityKChen Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment