JavaCompilerCore/examples/luar/TestSmall.jav
2013-10-18 13:33:46 +02:00

12 lines
87 B
Java
Executable File

class TestSmall
{
void test()
{
x;
x = "Hallo";
i;
i = 17;
j;
j = i;
}
}