mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-24 04:07:09 +07:00
9 lines
143 B
Java
9 lines
143 B
Java
public class Derr {
|
|
|
|
public static void main(String[] args) {
|
|
long value;
|
|
|
|
value = new Long(1);
|
|
value = new L<caret>ong(1);
|
|
}
|
|
} |