Diagnostics for impossible/useless casts

This commit is contained in:
Andrey Breslav
2011-04-08 16:10:27 +04:00
parent 85f0c03708
commit f338f84813
4 changed files with 29 additions and 11 deletions
@@ -46,7 +46,7 @@ public abstract class JetTestCaseBase extends LightDaemonAnalyzerTestCase {
@Override
protected void runTest() throws Throwable {
doTest(getTestFilePath(), false, false);
doTest(getTestFilePath(), true, false);
}
@NotNull