IDEA-92833 Type inference doesn't update type after assert instanceof

This commit is contained in:
Max Medvedev
2012-10-17 15:29:34 +04:00
parent dca6846a6a
commit 53283e2322
7 changed files with 101 additions and 39 deletions
@@ -89,4 +89,5 @@ public interface CommonClassNames {
String TARGET_ANNOTATION_FQ_NAME = "java.lang.annotation.Target";
@NonNls String JAVA_LANG_RUNNABLE = "java.lang.Runnable";
@NonNls String JAVA_IO_FILE = "java.io.File";
String JAVA_LANG_ASSERTION_ERROR = "java.lang.AssertionError";
}