blob: 96207aa6c4d2054fb197d230f109652817c16d89 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///value_class_support_lib.dart";
class EmptyClass extends core::Object {
synthetic constructor •() self::EmptyClass
: super core::Object::•()
;
operator /*isNullableByDefault*/ ==(core::Object other) core::bool
return other is self::EmptyClass;
}
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"
}