###@###.### (Jay Sachs)
Recursive class definition, "class test extends test", causes compiler to go into an
infinite loop.
Steps to reproduce:
Compile attached code
class test extends test
{
int x = 0;
}
Recursive class definition, "class test extends test", causes compiler to go into an
infinite loop.
Steps to reproduce:
Compile attached code
class test extends test
{
int x = 0;
}