Unverified Commit 43a8c243 authored by Devon Carew's avatar Devon Carew Committed by GitHub

fix an analysis ignore for the missing_required_param hint (#47956)

parent 841924e1
......@@ -791,7 +791,7 @@ void main() {
onPressed: () {
// Ensure showMenu throws an assertion without a position
expect(() {
// ignore: missing_required_param_with_details
// ignore: missing_required_param
showMenu<int>(
context: context,
items: <PopupMenuItem<int>>[
......
Markdown is supported
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