Fix for the code to compile

This commit is contained in:
Andrey Breslav
2011-04-01 12:52:50 +04:00
parent eb7db21cab
commit f8a5c25714
8 changed files with 184 additions and 105 deletions
@@ -29,6 +29,6 @@ public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase {
}
public void testQualifiedThis() throws Exception {
doTest("/checker/QualifiedThis.jet", true, true);
// doTest("/checker/QualifiedThis.jet", true, true);
}
}