Skip to content

Commit 2011443

Browse files
authored
#2119. Remove obsolete "inference-using-bounds" experimental flag (#3118)
1 parent eb144d3 commit 2011443

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

TypeSystem/inference/constraint_solving_A01_t01.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
/// the above.
3333
/// @author [email protected]
3434
35-
// SharedOptions=--enable-experiment=inference-using-bounds
36-
3735
import '../../Utils/expect.dart';
3836

3937
class A<X extends A<X>> {}

TypeSystem/inference/constraint_solving_A01_t02.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
/// the above.
3333
/// @author [email protected]
3434
35-
// SharedOptions=--enable-experiment=inference-using-bounds
36-
3735
import '../../Utils/expect.dart';
3836

3937
class A1<X extends A1<X, Y>, Y extends A2<X, Y>> {}

TypeSystem/inference/constraint_solving_A01_t03.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
/// the above.
3333
/// @author [email protected]
3434
35-
// SharedOptions=--enable-experiment=inference-using-bounds
36-
3735
import '../../Utils/static_type_helper.dart';
3836

3937
class A<X extends Iterable<Y>, Y> {

TypeSystem/inference/constraint_solving_A01_t04.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
/// the above.
3333
/// @author [email protected]
3434
35-
// SharedOptions=--enable-experiment=inference-using-bounds
36-
3735
import '../../Utils/static_type_helper.dart';
3836

3937
class A<X extends Iterable<Y>, Y extends Iterable<Z>, Z> {

TypeSystem/inference/constraint_solving_A01_t05.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
/// the above.
3333
/// @author [email protected]
3434
35-
// SharedOptions=--enable-experiment=inference-using-bounds
36-
3735
import 'dart:async';
3836
import '../../Utils/expect.dart';
3937

0 commit comments

Comments
 (0)