blob: 6f08277a4b6c4f7493c884a92b14de97c89faa97 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::print(self::main is () dynamic);
core::print((<T extends core::Object = dynamic>(T x) T => x).{core::Object::runtimeType});
core::print((<T extends core::num = core::num>(T x) T => x).{core::Object::runtimeType});
core::print((<T extends core::Comparable<T> = core::Comparable<dynamic>>(T x) T => x).{core::Object::runtimeType});
}