-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 655687d into dev
- Loading branch information
Showing
31 changed files
with
664 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
pkg/front_end/testcases/general/base_class_declaration.dart.textual_outline.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
// @dart = 2.19 | ||
base class A {} | ||
|
||
abstract base class B {} | ||
|
||
base mixin M {} | ||
base | ||
mixin M {} | ||
base class C = Object with M; |
2 changes: 0 additions & 2 deletions
2
pkg/front_end/testcases/general/final_class_declaration.dart.textual_outline.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @dart = 2.19 | ||
final class A {} | ||
|
||
abstract final class B {} | ||
|
||
mixin M {} | ||
final class C = Object with M; |
2 changes: 0 additions & 2 deletions
2
pkg/front_end/testcases/general/final_class_declaration.dart.textual_outline_modelled.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @dart = 2.19 | ||
abstract final class B {} | ||
|
||
final class A {} | ||
|
||
final class C = Object with M; | ||
mixin M {} |
2 changes: 0 additions & 2 deletions
2
pkg/front_end/testcases/general/interface_class_declaration.dart.textual_outline.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @dart = 2.19 | ||
interface class A {} | ||
|
||
abstract interface class B {} | ||
|
||
mixin M {} | ||
interface class C = Object with M; |
2 changes: 0 additions & 2 deletions
2
...nt_end/testcases/general/interface_class_declaration.dart.textual_outline_modelled.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @dart = 2.19 | ||
abstract interface class B {} | ||
|
||
interface class A {} | ||
|
||
interface class C = Object with M; | ||
mixin M {} |
2 changes: 0 additions & 2 deletions
2
pkg/front_end/testcases/general/mixin_class_declaration.dart.textual_outline.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
// @dart = 2.19 | ||
mixin class A {} | ||
|
||
abstract mixin class B {} | ||
|
||
mixin M {} | ||
mixin class C = Object with M; |
3 changes: 0 additions & 3 deletions
3
pkg/front_end/testcases/general/mixin_class_declaration.dart.textual_outline_modelled.expect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
// @dart = 2.19 | ||
abstract mixin class B {} | ||
|
||
mixin M {} | ||
|
||
mixin class A {} | ||
|
||
mixin class C = Object with M; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.