Turns method params annotator to inspection.

This commit is contained in:
Dmitry Cheryasov
2008-11-17 20:08:28 +03:00
parent b6b2eac10d
commit 088391f22e
3 changed files with 94 additions and 1 deletions

View File

@@ -39,9 +39,11 @@ public class PythonHighlightingTest extends DaemonAnalyzerTestCase {
doTest();
}
/* TODO: move to inspection test
public void testMethodParams() throws Exception {
doTest();
}
*/
public void testYieldInNestedFunction() throws Exception {
doTest();