blob: 738a9daad989786beacc0b5f5c654fc26ecd89e3 [file] [log] [blame]
package java.lang;
public class Integer {
public int intValue() {
return 0;
}
public static Integer valueOf(int i) { return null; }
}