blob: 59861f9c12b4c1479e93f28ce2661fdcd038401c [file] [log] [blame]
typedef T<X> = Function;
abstract class C {
final T<Null> v7;
C() : v7 = T();
}