[analysis_server] Exclude NameWithTypeParameters from selection ranges This makes things more consistent between class/mixin (that have different ASTs) but also avoids jumping to the name+type args which probably isn't what you'd expect. Change-Id: Ibd5e2a9b332c4c214ccc753080a61b1222445485 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/490260 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> https://dart.googlesource.com/sdk/+/f300269d0c72b7d9d45a0a181d8978bd1d9119f2
diff --git a/DEPS b/DEPS index af1a25f..7025773 100644 --- a/DEPS +++ b/DEPS
@@ -230,7 +230,7 @@ ] deps = { - 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + '25fe38a262ac94146015bd5f73c12b12deffcf41', + 'flutter/engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'f300269d0c72b7d9d45a0a181d8978bd1d9119f2', 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '76844b864aff62729b48a19a3c7553e496f976c7',
diff --git a/commits.json b/commits.json index a0bdbe3..7f5f297 100644 --- a/commits.json +++ b/commits.json
@@ -1,4 +1,4 @@ { "flutter":"76844b864aff62729b48a19a3c7553e496f976c7", - "flutter/engine/src/flutter/third_party/dart":"25fe38a262ac94146015bd5f73c12b12deffcf41" + "flutter/engine/src/flutter/third_party/dart":"f300269d0c72b7d9d45a0a181d8978bd1d9119f2" } \ No newline at end of file