Skip to content

Commit d1cb874

Browse files
committed
Update test file with dot-shorthands to use dart 3.10
The minimum allowed version of this flag has been updated to 3.10.
1 parent b61423d commit d1cb874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/_experimentSound/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
// @dart = 3.9
5+
// @dart = 3.10
66

77
import 'dart:async';
88
import 'dart:core';

0 commit comments

Comments
 (0)