blob: fc1a7b3007ad82db5b1e6940fdf3b7cf2891e17f [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 = dynamic>(T x) T => x).{core::Object::runtimeType});
core::print((<T extends core::Comparable<T> = dynamic>(T x) T => x).{core::Object::runtimeType});
}