JavaPatternMatching/test/parser/TryCatchTest.jav

14 lines
138 B
Plaintext
Raw Normal View History

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