From d1cb87481cfb4a12d3f56ec93e2e0d903b3352d0 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Wed, 23 Jul 2025 16:51:12 -0700 Subject: [PATCH] Update test file with dot-shorthands to use dart 3.10 The minimum allowed version of this flag has been updated to 3.10. --- fixtures/_experimentSound/web/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/_experimentSound/web/main.dart b/fixtures/_experimentSound/web/main.dart index 7618cb6c8..39dcf228f 100644 --- a/fixtures/_experimentSound/web/main.dart +++ b/fixtures/_experimentSound/web/main.dart @@ -2,7 +2,7 @@ // 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.9 +// @dart = 3.10 import 'dart:async'; import 'dart:core';