Flow analysis: fix bogus comment formatting.

Change-Id: I2524ca8a476bdff3ff58b92a99c34d51fdee49e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274981
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
This commit is contained in:
Paul Berry 2022-12-12 16:10:30 +00:00 committed by Commit Queue
parent e3e355e16a
commit 3e8b72cfbf

View file

@ -5102,7 +5102,7 @@ class _PropertyReferenceWithType<Type extends Object>
/// The name of the property.
final String propertyName;
/// /// The field or property being accessed. This matches a `propertyMember`
/// The field or property being accessed. This matches a `propertyMember`
/// value that was passed to either [FlowAnalysis.propertyGet] or
/// [FlowAnalysis.thisOrSuperPropertyGet].
final Object? propertyMember;