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