Skip to content

Support tests with breaking changes in Dart 3.0.0 #1818

Closed
@elliette

Description

@elliette

This issue tracks the work involved to fix all the tests so that they are compatible with both version 3.0.0 and older versions.

Work involved:

  [FINEST] ExpressionCompilerService: Failed to compile "() => registerExtension('ext.foo', (method, params) {})": org-dartlang-debug:synthetic_debug_expression:1:36: Error: A non-null value must be returned since the return type 'Future<ServiceExtensionResponse>' doesn't allow null.
   - 'Future' is from 'dart:async'.
   - 'ServiceExtensionResponse' is from 'dart:developer'.
  () => registerExtension('ext.foo', (method, params) {})                               ^

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions