blob: 3b0bc483d756bdbc0380eb23ea56249d9ab231f7 [file] [log] [blame]
package test0599;
public class X implements Zork {
int m(int i) {
return 1 + 2 + ++i;
}
}