10 lines
88 B
Java
Executable File
10 lines
88 B
Java
Executable File
class Test{
|
|
test(){
|
|
return 1;
|
|
}
|
|
test2(){
|
|
i;
|
|
i = test();
|
|
}
|
|
}
|