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