mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
7 lines
172 B
Java
7 lines
172 B
Java
// "Create class 'MyInteger'" "true-preview"
|
|
public class Test {
|
|
public static void main() {
|
|
int xxx = 3;
|
|
Integer i = new <caret>MyInteger(xxx);
|
|
}
|
|
} |