diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR12857.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR12857.java b/libjava/testsuite/libjava.compile/PR12857.java new file mode 100644 index 0000000..9ed234f --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR12857.java @@ -0,0 +1,4 @@ +// Based on original test case from Yves Martin. +interface PR12857 { + static final String CONST = PR12857.class.getName(); +} |