Files
2022-10-10 12:17:19 +00:00

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);
}
}