mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-92833 Type inference doesn't update type after assert instanceof
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user