From 1e24b2673b4729de20ed6e8e5098b7c40c9ce904 Mon Sep 17 00:00:00 2001 From: sgrekhov Date: Thu, 27 Mar 2025 15:06:29 +0200 Subject: [PATCH] #2119. Remove obsolete "inference-using-bounds" experimental flag --- TypeSystem/inference/constraint_solving_A01_t01.dart | 2 -- TypeSystem/inference/constraint_solving_A01_t02.dart | 2 -- TypeSystem/inference/constraint_solving_A01_t03.dart | 2 -- TypeSystem/inference/constraint_solving_A01_t04.dart | 2 -- TypeSystem/inference/constraint_solving_A01_t05.dart | 2 -- 5 files changed, 10 deletions(-) diff --git a/TypeSystem/inference/constraint_solving_A01_t01.dart b/TypeSystem/inference/constraint_solving_A01_t01.dart index f97f3614f0..40822ecaef 100644 --- a/TypeSystem/inference/constraint_solving_A01_t01.dart +++ b/TypeSystem/inference/constraint_solving_A01_t01.dart @@ -32,8 +32,6 @@ /// the above. /// @author sgrekhov22@gmail.com -// SharedOptions=--enable-experiment=inference-using-bounds - import '../../Utils/expect.dart'; class A> {} diff --git a/TypeSystem/inference/constraint_solving_A01_t02.dart b/TypeSystem/inference/constraint_solving_A01_t02.dart index d8871d6302..d04a3f6d5b 100644 --- a/TypeSystem/inference/constraint_solving_A01_t02.dart +++ b/TypeSystem/inference/constraint_solving_A01_t02.dart @@ -32,8 +32,6 @@ /// the above. /// @author sgrekhov22@gmail.com -// SharedOptions=--enable-experiment=inference-using-bounds - import '../../Utils/expect.dart'; class A1, Y extends A2> {} diff --git a/TypeSystem/inference/constraint_solving_A01_t03.dart b/TypeSystem/inference/constraint_solving_A01_t03.dart index 82be79cb12..20ce42b037 100644 --- a/TypeSystem/inference/constraint_solving_A01_t03.dart +++ b/TypeSystem/inference/constraint_solving_A01_t03.dart @@ -32,8 +32,6 @@ /// the above. /// @author sgrekhov22@gmail.com -// SharedOptions=--enable-experiment=inference-using-bounds - import '../../Utils/static_type_helper.dart'; class A, Y> { diff --git a/TypeSystem/inference/constraint_solving_A01_t04.dart b/TypeSystem/inference/constraint_solving_A01_t04.dart index f858b8b546..9afbf0ee0f 100644 --- a/TypeSystem/inference/constraint_solving_A01_t04.dart +++ b/TypeSystem/inference/constraint_solving_A01_t04.dart @@ -32,8 +32,6 @@ /// the above. /// @author sgrekhov22@gmail.com -// SharedOptions=--enable-experiment=inference-using-bounds - import '../../Utils/static_type_helper.dart'; class A, Y extends Iterable, Z> { diff --git a/TypeSystem/inference/constraint_solving_A01_t05.dart b/TypeSystem/inference/constraint_solving_A01_t05.dart index c8b3d84f28..95200d9261 100644 --- a/TypeSystem/inference/constraint_solving_A01_t05.dart +++ b/TypeSystem/inference/constraint_solving_A01_t05.dart @@ -32,8 +32,6 @@ /// the above. /// @author sgrekhov22@gmail.com -// SharedOptions=--enable-experiment=inference-using-bounds - import 'dart:async'; import '../../Utils/expect.dart';