CF supported for function literals

This commit is contained in:
Andrey Breslav
2011-04-01 14:04:51 +04:00
parent f8a5c25714
commit d2c503bd5f
5 changed files with 89 additions and 78 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);
}
}