Skip to content

Commit a0755f5

Browse files
authored
Fix example modifiers (#3383)
1 parent 1a7952b commit a0755f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testing/test_package_experiments/lib/class_modifiers.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ base mixin class K {}
1818
abstract mixin class L {}
1919
abstract base mixin class M {}
2020
mixin N {}
21-
base mixin O {}
22-
interface mixin P {}
23-
final mixin Q {}
24-
sealed mixin R {}
21+
base mixin O {}

0 commit comments

Comments
 (0)