blob: 4fe8a52522374a8bea431dbf7887dfae96653b58 [file] [log] [blame]
package java.lang;
public class Integer {
public int intValue() { return 0; }
}