source: trunk/src/gcc/libjava/testsuite/libjava.lang/pr179.java@ 141

Last change on this file since 141 was 2, checked in by bird, 23 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: 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.