blob: 49a82fb727f6403c155e3509b446961009e70631 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "package:expect/expect.dart";
static const field core::int firstException = self::firstExceptionFn();
static const field core::int lastException = self::lastExceptionFn();
static const field core::int singleException = self::singleExceptionFn();
static const field core::int singleExceptionMulti = self::singleExceptionMultiFn();
static const field core::int invalidProperty = self::invalidPropertyFn();
static method firstExceptionFn() core::int
;
static method lastExceptionFn() core::int
;
static method singleExceptionFn() core::int
;
static method singleExceptionMultiFn() core::int
;
static method invalidPropertyFn() core::int
;
static method main() void
;