blob: 07f0c1add3d47edf6fdf51b1bbee68ff3888ab16 [file] [log] [blame]
class B<T, Invariance extends Function(T)> {
B() : this._(1);
B(_);
}
test() {}
typedef A<X> = B<X, Function(X)>;