blob: be28a85649ad7a1904b5c7b3f20a00ada503413a [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
field core::int field1;
field core::num field2;
constructor •(core::int field1, 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
;