mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
cast conversion java 7 (IDEA-96213) [Roma]
(cherry picked from commit d433089be2856a9c3ae05c10daeeb12736d13023)
This commit is contained in:
@@ -90,4 +90,8 @@ class C {
|
||||
}
|
||||
|
||||
void m(int i) { }
|
||||
|
||||
void asLongs(Integer i) {
|
||||
long l = (long) i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user