Files
2009-09-10 19:49:38 +04:00

7 lines
117 B
Plaintext

class IDEADEV10376 {
private static int f(int p) {
int i = 0;
i = f(9);
return 0;
}
}