mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
This commit is contained in:
parent
6207fce970
commit
5409eadd3c
@ -174,8 +174,7 @@ class _ConstVisitor extends RecursiveVisitor<void> {
|
||||
|
||||
/// 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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user