source:
trunk/src/gcc/libjava/testsuite/libjava.lang/pr179.java@
141
| Last change on this file since 141 was 2, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 1.1 KB | |
| Line | |
|---|---|
| 1 | // Extended regression test for the PR 179. |
| 2 | // |
| 3 | // This tests the ".class" language syntax, initialization behaviour for |
| 4 | // Class.isInstance() and Class.isAssignableFrom(), and isAssignableFrom() |
| 5 | // functionality in the event that an interface argument that is not |
| 6 | // implemented by any loaded class is given. |
