From 5409eadd3c426d8dd60381ed078aef76efc8fee1 Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Thu, 31 Aug 2023 22:04:53 +0200 Subject: [PATCH] Update comment const_finder.dart (flutter/engine#45180) The arguments no longer seem to be all required and non-null. Updated the doc comment to reflect this. --- engine/src/flutter/tools/const_finder/lib/const_finder.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/src/flutter/tools/const_finder/lib/const_finder.dart b/engine/src/flutter/tools/const_finder/lib/const_finder.dart index 354c8ac9ea1..84f9c809b2f 100644 --- a/engine/src/flutter/tools/const_finder/lib/const_finder.dart +++ b/engine/src/flutter/tools/const_finder/lib/const_finder.dart @@ -174,8 +174,7 @@ class _ConstVisitor extends RecursiveVisitor { /// A kernel AST visitor that finds const references. class ConstFinder { - /// Creates a new ConstFinder class. All arguments are required and must not - /// be null. + /// Creates a new ConstFinder class. /// /// The `kernelFilePath` is the path to a dill (kernel) file to process. ConstFinder({