|  | library test; | 
|  | import self as self; | 
|  | import "dart:core" as core; | 
|  |  | 
|  | class Test1 extends core::Object { | 
|  | field core::int* prop; | 
|  | synthetic constructor •() → self::Test1* | 
|  | ; | 
|  | static method test(self::Test1* t) → void | 
|  | ; | 
|  | abstract member-signature get _identityHashCode() → core::int*; | 
|  | abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOf(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfTrue(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfFalse(dynamic type) → core::bool*; | 
|  | abstract member-signature operator ==(dynamic other) → core::bool*; | 
|  | abstract member-signature get hashCode() → core::int*; | 
|  | abstract member-signature method toString() → core::String*; | 
|  | abstract member-signature method noSuchMethod(core::Invocation* invocation) → dynamic; | 
|  | abstract member-signature get runtimeType() → core::Type*; | 
|  | } | 
|  | class Test2 extends core::Object { | 
|  | field core::num* prop; | 
|  | synthetic constructor •() → self::Test2* | 
|  | ; | 
|  | static method test(self::Test2* t) → void | 
|  | ; | 
|  | abstract member-signature get _identityHashCode() → core::int*; | 
|  | abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOf(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfTrue(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfFalse(dynamic type) → core::bool*; | 
|  | abstract member-signature operator ==(dynamic other) → core::bool*; | 
|  | abstract member-signature get hashCode() → core::int*; | 
|  | abstract member-signature method toString() → core::String*; | 
|  | abstract member-signature method noSuchMethod(core::Invocation* invocation) → dynamic; | 
|  | abstract member-signature get runtimeType() → core::Type*; | 
|  | } | 
|  | class Test3 extends core::Object { | 
|  | field core::double* prop; | 
|  | synthetic constructor •() → self::Test3* | 
|  | ; | 
|  | static method test3(self::Test3* t) → void | 
|  | ; | 
|  | abstract member-signature get _identityHashCode() → core::int*; | 
|  | abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOf(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfTrue(dynamic type) → core::bool*; | 
|  | abstract member-signature method _simpleInstanceOfFalse(dynamic type) → core::bool*; | 
|  | abstract member-signature operator ==(dynamic other) → core::bool*; | 
|  | abstract member-signature get hashCode() → core::int*; | 
|  | abstract member-signature method toString() → core::String*; | 
|  | abstract member-signature method noSuchMethod(core::Invocation* invocation) → dynamic; | 
|  | abstract member-signature get runtimeType() → core::Type*; | 
|  | } | 
|  | static method getInt() → core::int* | 
|  | ; | 
|  | static method getNum() → core::num* | 
|  | ; | 
|  | static method getDouble() → core::double* | 
|  | ; | 
|  | static method main() → dynamic | 
|  | ; |