summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1143-2/Marker.java
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-01-14 14:39:31 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-01-14 14:39:31 +0000
commit774176c7a6b573c8a3922ac7e8f39b3f959d19de (patch)
treee2c274181c5e63759b5561065458a7b2e4af989d /test/files/jvm/t1143-2/Marker.java
parent323e895672ba0f9426be33de485bb7a6190af74c (diff)
downloadscala-774176c7a6b573c8a3922ac7e8f39b3f959d19de.tar.gz
scala-774176c7a6b573c8a3922ac7e8f39b3f959d19de.tar.bz2
scala-774176c7a6b573c8a3922ac7e8f39b3f959d19de.zip
Fixed #1143 (again).
Diffstat (limited to 'test/files/jvm/t1143-2/Marker.java')
-rw-r--r--test/files/jvm/t1143-2/Marker.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/jvm/t1143-2/Marker.java b/test/files/jvm/t1143-2/Marker.java
new file mode 100644
index 0000000000..e9ac045b83
--- /dev/null
+++ b/test/files/jvm/t1143-2/Marker.java
@@ -0,0 +1,4 @@
+import java.io.Serializable;
+
+public interface Marker extends Serializable {
+}