File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1540,13 +1540,9 @@ $(GNAME TryStatement):
1540
1540
$(D try) $(PSSCOPE) $(GLINK FinallyStatement)
1541
1541
1542
1542
$(GNAME Catches):
1543
- $(GLINK LastCatch)
1544
1543
$(GLINK Catch)
1545
1544
$(GLINK Catch) $(I Catches)
1546
1545
1547
- $(GNAME LastCatch):
1548
- $(D catch) $(PS0)
1549
-
1550
1546
$(GNAME Catch):
1551
1547
$(D catch $(LPAREN)) $(GLINK CatchParameter) $(D $(RPAREN)) $(PS0)
1552
1548
@@ -1572,9 +1568,6 @@ $(GNAME FinallyStatement):
1572
1568
T1 is the same type as or a base class of T2.
1573
1569
)
1574
1570
1575
- $(P $(I LastCatch) catches all exceptions.
1576
- )
1577
-
1578
1571
$(P The $(I FinallyStatement) is always executed, whether
1579
1572
the $(D try) $(I ScopeStatement) exits with a goto, break,
1580
1573
continue, return, exception, or fall-through.
You can’t perform that action at this time.
0 commit comments