mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 21:16:44 +07:00
primitive/class conversions are available since language level 1.5 (IDEA-111451)
This commit is contained in:
-7
@@ -1,7 +0,0 @@
|
||||
class Test {
|
||||
public static void main(String[] args) {
|
||||
Object o = null;
|
||||
if (o == 1) {}
|
||||
if (1 == o) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user