blob: d8414ce4c52f1ec5ceb72b892dd7d979a5d53fe5 [file] [log] [blame]
class C<T> {
C<T> instanceMethod() {}
const C();
static C<T> staticMethod() {}
}
main() {}