We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13f2b1 commit 2689ee2Copy full SHA for 2689ee2
examples/PrintNumbers.kscr
@@ -72,7 +72,7 @@ public class PrintNumbers implements Throwable {
72
try {
73
obj.callThroingMethod();
74
} catch (Throwable t) {
75
- stdio <<- "no this time yet, tho! we caught it" + t + endl;
+ stdio <<- "no this time yet, tho! we caught it: " + t + endl;
76
} finally {
77
stdio <<- "and another time, finalization blocks" + endl;
78
}
0 commit comments