@@ -8,11 +8,11 @@ import 'package:analyzer/src/dart/element/type.dart';
88
99/// The result of attempting to resolve an identifier to elements.
1010class ResolutionResult extends SimpleResolutionResult {
11- /// If `true` , then the [getter ] is `null` , and this is an error that has
11+ /// If `true` , then the [getter2 ] is `null` , and this is an error that has
1212 /// not yet been reported, and the client should report it.
1313 ///
14- /// If `false` , then the [getter ] is valid. Usually this means that the
15- /// correct target has been found. But the [getter ] still might be `null` ,
14+ /// If `false` , then the [getter2 ] is valid. Usually this means that the
15+ /// correct target has been found. But the [getter2 ] still might be `null` ,
1616 /// when there was an error, and it has already been reported (e.g. when
1717 /// ambiguous extension); or when `null` is the only possible result (e.g.
1818 /// when `dynamicTarget.foo` , or `functionTyped.call` ).
@@ -21,11 +21,11 @@ class ResolutionResult extends SimpleResolutionResult {
2121 /// If `true` , the result type must be invalid.
2222 final bool isGetterInvalid;
2323
24- /// If `true` , then the [setter ] is `null` , and this is an error that has
24+ /// If `true` , then the [setter2 ] is `null` , and this is an error that has
2525 /// not yet been reported, and the client should report it.
2626 ///
27- /// If `false` , then the [setter ] is valid. Usually this means that the
28- /// correct target has been found. But the [setter ] still might be `null` ,
27+ /// If `false` , then the [setter2 ] is valid. Usually this means that the
28+ /// correct target has been found. But the [setter2 ] still might be `null` ,
2929 /// when there was an error, and it has already been reported (e.g. when
3030 /// ambiguous extension); or when `null` is the only possible result (e.g.
3131 /// when `dynamicTarget.foo` ).
0 commit comments