mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 14:40:04 +07:00
testdata for IDEA-154080
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Cast to 'java.lang.Integer'" "true"
|
||||
class A {
|
||||
{
|
||||
Number n = 0;
|
||||
Integer i = (Integer) n;
|
||||
}
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// "Cast to 'java.lang.Integer'" "true"
|
||||
class A {
|
||||
{
|
||||
Number n = 0;
|
||||
Integer i = n;<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user