Home
last modified time | relevance | path

Searched defs:testMethod1 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DerrorsInGenericTypeReference.ts23 testMethod1(): Foo<{ x: V }> { return null; } // error: could not find symbol V method in testClass3
/third_party/typescript/tests/baselines/reference/
DerrorsInGenericTypeReference.js115 … testClass3.prototype.testMethod1 = function () { return null; }; // error: could not find symbol V method in testClass3