Skip to content

Commit

Permalink
#2420. Add missed experimental flags (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Jan 3, 2024
1 parent dce14c2 commit f523471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/// patterns. Test generic types
/// @author [email protected]
// SharedOptions=--enable-experiment=inline-class

import "../../Utils/expect.dart";

sealed class A<T> {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
/// exhaustive set of variable patterns with extension types. Test generic types
/// @author [email protected]
// SharedOptions=--enable-experiment=inline-class

import "../../Utils/expect.dart";

sealed class A<T> {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
/// patterns with extension types and classes. Test generic types
/// @author [email protected]
// SharedOptions=--enable-experiment=inline-class

import "../../Utils/expect.dart";

sealed class A<T> {}
Expand Down

0 comments on commit f523471

Please sign in to comment.