blob: 8ad4a07c987fd847a939cfe3d1b42f7b9ee2187a [file]
library;
import self as self;
import "dart:core" as core;
class Const<T extends core::Object? = dynamic> extends core::Object /*hasConstConstructor*/ {
final field self::Const::T% value;
const constructor •(initializing-formal self::Const::T% value) self::Const<self::Const::T%>
: self::Const::value = value, super core::Object::•()
;
}
static method main() dynamic
;
static method test(dynamic value, core::bool expected) void
;