Refined skipping last goto when inlining try/catch/finally block

This commit is contained in:
Denis Zharkov
2015-01-13 20:28:52 +03:00
parent 5a0a05e5c7
commit aecb925b7b
5 changed files with 28 additions and 28 deletions
@@ -25,4 +25,8 @@ public class InlineMarker {
public static void afterInlineCall() {
}
public static void goToTryCatchBlockEnd() {
}
}