File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public class Test {
9191}
9292```
9393Output
94- ```
94+ ``` java
9595Exception in thread " main" java.lang. Error : Unresolved compilation problem:
9696 Type mismatch: cannot convert from int to boolean
9797
@@ -120,7 +120,7 @@ public class Test {
120120}
121121```
122122Output
123- ```
123+ ``` java
124124Exception in thread " main" java.lang. Error : Unresolved compilation problem:
125125 Cannot make a static reference to the non- static field two
126126
@@ -165,7 +165,7 @@ public class Test
165165}
166166```
167167Output
168- ```
168+ ``` java
169169Exception in thread " main" java.lang. Error : Unresolved compilation problem:
170170 Unreachable catch block for ArithmeticException . It is already handled by the catch block for Exception
171171
You can’t perform that action at this time.
0 commit comments