Skip to content

Commit

Permalink
Version 3.3.0-50.0.dev
Browse files Browse the repository at this point in the history
Merge cbdbc19 into dev
  • Loading branch information
Dart CI committed Oct 21, 2023
2 parents e67133b + cbdbc19 commit 970391c
Show file tree
Hide file tree
Showing 20 changed files with 14,927 additions and 2,711 deletions.
2,450 changes: 0 additions & 2,450 deletions pkg/analysis_server/test/completion_test.dart

This file was deleted.

14,374 changes: 14,374 additions & 0 deletions pkg/analysis_server/test/services/completion/dart/completion_test.dart

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import 'package:test_reflective_loader/test_reflective_loader.dart';

import 'completion_test.dart' as completion;
import 'completion_test_test.dart' as completion_test;
import 'declaration/test_all.dart' as declaration;
import 'location/test_all.dart' as location;
Expand All @@ -12,6 +13,7 @@ import 'text_expectations.dart';

void main() {
defineReflectiveSuite(() {
completion.main();
completion_test.main();
declaration.main();
location.main();
Expand Down
2 changes: 0 additions & 2 deletions pkg/analysis_server/test/test_all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'analysis_server_test.dart' as analysis_server;
import 'benchmarks_test.dart' as benchmarks;
import 'channel/test_all.dart' as channel;
import 'client/test_all.dart' as client;
import 'completion_test.dart' as completion;
import 'domain_analysis_test.dart' as domain_analysis;
import 'domain_completion_test.dart' as domain_completion;
import 'domain_diagnostic_test.dart' as domain_experimental;
Expand Down Expand Up @@ -41,7 +40,6 @@ void main() {
benchmarks.main();
channel.main();
client.main();
completion.main();
domain_analysis.main();
domain_completion.main();
domain_execution.main();
Expand Down
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/ast/ast.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16117,7 +16117,7 @@ final class SimpleIdentifierImpl extends IdentifierImpl
implements SimpleIdentifier {
/// The token representing the identifier.
@override
final Token token;
Token token;

/// The element associated with this identifier based on static type
/// information, or `null` if the AST structure has not been resolved or if
Expand Down
Loading

0 comments on commit 970391c

Please sign in to comment.