Chromium Code Reviews
DescriptionFix for DeclarationResolver.
It's not the main problem we observe during pkg/analysis_server/test/operation/operation_test, but I still saw it.
The actual fix is removing "unary-".
The other change is just for performance.
It is much cheaper to compare int(s) than to compute (for methods) 'displayName'.
Maybe we should go as far as removing the name check altogether and use just element kind.
R=brianwilkerson@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/a9632f3babf0b623264342ea9edd2c870af21a16
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||