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 9d63fd4 commit cb77870Copy full SHA for cb77870
blog/_posts/2016-10-14-dotty-errors.md
@@ -32,7 +32,8 @@ It doesn't really make sense to put this in a `try`-block for two reasons:
32
So let's say we compile this file using scalac, we get something like:
33
34
<pre>
35
-test.scala:2: warning: A try without a catch or finally is equivalent to putting its body in a block; no exceptions are handled.
+test.scala:2: warning: A try without a catch or finally is equivalent to putting
36
+its body in a block; no exceptions are handled.
37
try {
38
^
39
one warning found
0 commit comments