JavaCompilerCore/examples/luar/TestSmall.jav

12 lines
87 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class TestSmall
{
void test()
{
x;
x = "Hallo";
i;
i = 17;
j;
j = i;
}
}