mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
[vm_service] Bump vm_service language version to 3.3.
Fixes: b/318347018 Change-Id: I55ad1e6b30dceef32ab32a5b70b0b9072bfc02d1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344023 Auto-Submit: Jonas Termansen <sortie@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
parent
74baf5e75a
commit
2f05659b62
4 changed files with 3 additions and 11 deletions
|
@ -7,7 +7,7 @@ description: >-
|
|||
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
|
||||
|
||||
environment:
|
||||
sdk: ^3.2.0
|
||||
sdk: ^3.3.0
|
||||
|
||||
# We use 'any' version constraints here as we get our package versions from
|
||||
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
//@dart=3.3
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:developer';
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
//@dart=3.3
|
||||
|
||||
import 'dart:async';
|
||||
import 'dart:developer';
|
||||
|
||||
|
|
|
@ -2,18 +2,14 @@
|
|||
// for details. All rights reserved. Use of this source code is governed by a
|
||||
// BSD-style license that can be found in the LICENSE file.
|
||||
|
||||
// VMOptions=--enable-experiment=inline-class
|
||||
// @dart=3.4
|
||||
// ignore_for_file: experiment_not_enabled,undefined_class,undefined_function
|
||||
|
||||
import 'package:test/test.dart';
|
||||
import 'package:vm_service/vm_service.dart';
|
||||
|
||||
import 'common/service_test_common.dart';
|
||||
import 'common/test_helper.dart';
|
||||
|
||||
const int testMainStartLine = 23;
|
||||
const int inlineClassDefinitionStartLine = 19;
|
||||
const int testMainStartLine = 19;
|
||||
const int inlineClassDefinitionStartLine = 15;
|
||||
const String fileName = 'step_through_extension_type_method_call_test.dart';
|
||||
|
||||
extension type IdNumber(int i) {
|
||||
|
|
Loading…
Reference in a new issue