blob: ba064ef58ed0d47baf4020300adb750e5296c50c [file] [log] [blame]
// @dart = 2.9
library test;
class C<T> {
C.named(List<T> t);
T t;
}
main() {}