Commit daea6e0
authored
remove field override, assign to super field instead (flutter#135165)
Removes an ignore about overriding fields. Instead we just assign the value to the original field in the super class.
Related to dart-lang/language#3332 (discovered during investigations into the violation of that lint).1 parent 528a281 commit daea6e0
File tree
1 file changed
+4
-7
lines changed- packages/flutter_tools/test/commands.shard/hermetic
1 file changed
+4
-7
lines changedLines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1335 | 1335 | | |
1336 | 1336 | | |
1337 | 1337 | | |
1338 | | - | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
1344 | | - | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
1345 | 1342 | | |
1346 | 1343 | | |
1347 | 1344 | | |
| |||
0 commit comments