Searched refs:tryCatchFinally (Results 1 – 1 of 1) sorted by relevance
68 Class<?> tryCatchFinally = loader.loadClass("testdata.TryCatchFinally"); in testTryCatchFinally() local69 tryCatchFinally.getDeclaredMethod("method").invoke(null); in testTryCatchFinally()