blob: e18fd9e4147aed3dbf8c9ca3633370c94048f7c4 [file] [log] [blame]
// "Create Class 'MyInteger'" "true"
public class Test {
public static void main() {
int xxx = 3;
Integer i = new <caret>MyInteger(xxx);
}
}