JavaCompilerCore/test/parser/TryCatchTest.jav
2017-09-22 14:49:43 +02:00

14 lines
138 B
Java

class TryCatchTest
{
public void TryTest()
{
try
{
}
catch()
{
}
}
}