* libjava.compile/PR12857.java: New test case.

From-SVN: r73692
This commit is contained in:
Jeff Sturm 2003-11-18 04:19:24 +00:00 committed by Jeff Sturm
parent b8ca854ad1
commit 217ec3ae92
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// Based on original test case from Yves Martin.
interface PR12857 {
static final String CONST = PR12857.class.getName();
}