blob: 338f201815e0283b4a4eb57ad8776496153a8ef2 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///value_class_support_lib.dart";
class A extends core::Object {
synthetic constructor •() self::A
: super core::Object::•()
;
operator /*isNullableByDefault*/ ==(core::Object other) core::bool
return other is self::A;
}
class B extends core::Object {
synthetic constructor •() self::B
: super core::Object::•()
;
}
abstract class _C&B&A extends self::B implements self::A /*isAnonymousMixin,isEliminatedMixin*/ {
synthetic constructor •() self::_C&B&A
: super self::B::•()
;
operator /*isNullableByDefault*/ ==(core::Object other) core::bool
return other is self::A;
}
class C extends self::_C&B&A {
synthetic constructor •() self::C
: super self::_C&B&A::•()
;
}
abstract class _D&A&B extends self::A implements self::B /*isAnonymousMixin,isEliminatedMixin*/ {
synthetic constructor •() self::_D&A&B
: super self::A::•()
;
}
class D extends self::_D&A&B {
synthetic constructor •() self::D
: super self::_D&A&B::•()
;
}
static method main() dynamic {}
library /*isNonNullableByDefault*/;
import self as self2;
import "dart:core" as core;
class JenkinsSmiHash extends core::Object {
synthetic constructor •() self2::JenkinsSmiHash
: super core::Object::•()
;
static method combine(core::int hash, core::int value) core::int {
hash = 536870911.{core::int::&}(hash.{core::num::+}(value));
hash = 536870911.{core::int::&}(hash.{core::num::+}(524287.{core::int::&}(hash).{core::int::<<}(10)));
return hash.{core::int::^}(hash.{core::int::>>}(6));
}
static method finish(core::int hash) core::int {
hash = 536870911.{core::int::&}(hash.{core::num::+}(67108863.{core::int::&}(hash).{core::int::<<}(3)));
hash = hash.{core::int::^}(hash.{core::int::>>}(11));
return 536870911.{core::int::&}(hash.{core::num::+}(16383.{core::int::&}(hash).{core::int::<<}(15)));
}
}
static const field core::String valueClass = #C1;
constants {
#C1 = "valueClass"
}