blob: 701cceee71a4e9fcc0f01ed861b3c39c35241372 [file] [log] [blame]
// @dart = 2.9
class C<T> {
C<T> instanceMethod() {}
const C();
static C<T> staticMethod() {}
}
main() {}