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