blob: b4fc5126c9383253eee4ed795f608a5e06a35c04 [file]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int field1;
field core::num field2;
constructor •(initializing-formal core::int field1, initializing-formal core::num field2) self::A
;
}
static method exhaustiveDirect(self::A a) dynamic
;
static method exhaustiveWithWildcards(self::A a) dynamic
;
static method exhaustiveWithFields(self::A a) dynamic
;
static method exhaustiveWithTypedFields(self::A a) dynamic
;
static method nonExhaustiveFixedField(self::A a) dynamic
;
static method nonExhaustiveTypedField(self::A a) dynamic
;