mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
[cfe] Update test expectations
Change-Id: I976edefe060af2e5d8a293ca2f4b2f8e554334b1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165600 Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
parent
e34f6e4405
commit
428c27aee7
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ abstract class A {
|
|||
final dynamic n;
|
||||
// ^
|
||||
// [analyzer] COMPILE_TIME_ERROR.FINAL_NOT_INITIALIZED
|
||||
// [cfe] unspecified
|
||||
// [cfe] Final field 'n' is not initialized.
|
||||
|
||||
// Uninitialized, but no errors.
|
||||
abstract final int x1;
|
||||
|
@ -34,6 +34,7 @@ class B implements A {
|
|||
class C = Object with A;
|
||||
// ^
|
||||
// [analyzer] COMPILE_TIME_ERROR.NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER
|
||||
// [cfe] The non-abstract class 'C' is missing implementations for these members:
|
||||
|
||||
// Has a generative constructor: default.
|
||||
abstract class D {
|
||||
|
|
Loading…
Reference in a new issue