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