[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:
Jonas Termansen 2024-02-23 00:29:58 +00:00 committed by Commit Queue
parent 74baf5e75a
commit 2f05659b62
4 changed files with 3 additions and 11 deletions

View file

@ -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

View file

@ -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';

View file

@ -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';

View file

@ -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) {