Last change
on this file was 2, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
1019 bytes
|
Line | |
---|
1 | /*-------------------------------------------------------------------------*/
|
---|
2 | /* File name : G19990210_1 */
|
---|
3 | /* : */
|
---|
4 | /* Cause : */
|
---|
5 | /* : */
|
---|
6 | /* Message : G19990210_1.java: In class `G19990210_1': */
|
---|
7 | /* G19990210_1.java: In method `foo()': */
|
---|
8 | /* G19990210_1.java:8: Unreachable statement. */
|
---|
9 | /* return 0; */
|
---|
10 | /* ^ */
|
---|
11 | /* 1 error */
|
---|
12 | /*-------------------------------------------------------------------------*/
|
---|
13 | public class G19990210_1 {
|
---|
14 | int foo() {
|
---|
15 | try { ; } finally { ; }
|
---|
16 | return 0;
|
---|
17 | }
|
---|
18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.