The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
BSD 3-Clause "New" or "Revised" License
10.3k
stars
1.59k
forks
source link
use_super_parameters doesn't trigger if types change #59226
Open
goderbauer opened 1 year ago
The code above can be refactored to use super params as shown below, but the lint doesn't trigger
Note: if in the original example
int
is removed, the lint triggers as expected.