|
|
|
|
|
by spectre
5322 days ago
|
|
while the compilation does technically terminate it is doing so with a StackOverflowError which along with the resulting stack-trace most likely indicates a non-terminating recursion. It only terminates due to a finite limit on the size of the stack. |
|