Tests for qualified 'this', 'break' and 'continue'

This commit is contained in:
Andrey Breslav
2011-04-01 15:57:59 +04:00
parent 15db4c5ad4
commit 76dc0376e5
6 changed files with 54 additions and 8 deletions
@@ -31,4 +31,8 @@ public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase {
public void testQualifiedThis() throws Exception {
doTest("/checker/QualifiedThis.jet", true, true);
}
public void testBreakContinue() throws Exception {
doTest("/checker/BreakContinue.jet", true, true);
}
}