4bf22f41f3
Change-Id: Ideee9917b2e5b819672c7e441d051f9bc57c86c6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366342 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
class Class extends core::Object {
|
|
synthetic constructor •() → self::Class
|
|
;
|
|
get field() → core::int
|
|
;
|
|
operator >=(self::Class cls) → core::bool
|
|
;
|
|
operator >(core::int i) → self::Class
|
|
;
|
|
}
|
|
static method argumentTypeNotAssignable(self::Class cls) → dynamic
|
|
;
|
|
static method relationalPatternOperatorReturnTypeNotAssignableToBool(self::Class cls) → dynamic
|
|
;
|
|
static method patternTypeMismatchInIrrefutableContext(core::List<core::String> list) → dynamic
|
|
;
|
|
static method duplicateAssignmentPatternVariable(core::List<core::String> list) → dynamic
|
|
;
|
|
static method duplicateRecordPatternField(dynamic o) → dynamic
|
|
;
|
|
static method duplicateRestPattern(dynamic o) → dynamic
|
|
;
|
|
static method emptyMapPattern(dynamic o) → dynamic
|
|
;
|
|
static method singleRestPatternInMap(dynamic o) → dynamic
|
|
;
|
|
static method matchedTypeIsStrictlyNonNullable(core::List<core::int> list) → dynamic
|
|
;
|
|
static method nonBooleanCondition(core::int i) → dynamic
|
|
;
|
|
static method refutablePatternInIrrefutableContext(core::int? x) → dynamic
|
|
;
|
|
static method restPatternNotLastInMap(dynamic o) → dynamic
|
|
;
|
|
static method restPatternWithSubPatternInMap(dynamic o) → dynamic
|
|
;
|