blob: 11385027cbc0bd133c5c3925d3cc90613297d6c1 [file] [log] [blame]
extension type const E<T>(Object? o) {
const E.cast(Object? v) : this(v as T);
}
typedef TypeAlias<T> = T;
extension type const TypeOf<T>(T _) {}
void main() {}