JavaCompilerCore/test/parser/TryCatchTest.jav

14 lines
138 B
Plaintext
Raw Normal View History

2017-09-22 12:49:43 +00:00
class TryCatchTest
{
public void TryTest()
{
try
{
}
catch()
{
}
}
}