=== tests/cases/conformance/parser/ecmascript5/MethodSignatures/parserMethodSignature3.ts === interface I { >I : I C(); >C : () => any >T : T }