Searched defs:testMethod2 (Results 1 – 2 of 2) sorted by relevance
24 static testMethod2(): Foo<{ x: V }> { return null } // error: could not find symbol V method in testClass3
116 testClass3.testMethod2 = function () { return null; }; // error: could not find symbol V function