summaryrefslogtreecommitdiff
path: root/test/files/pos
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos')
-rw-r--r--test/files/pos/bug4317/J_2.java3
-rw-r--r--test/files/pos/bug4317/S_1.scala3
2 files changed, 0 insertions, 6 deletions
diff --git a/test/files/pos/bug4317/J_2.java b/test/files/pos/bug4317/J_2.java
deleted file mode 100644
index fc8f7ec476..0000000000
--- a/test/files/pos/bug4317/J_2.java
+++ /dev/null
@@ -1,3 +0,0 @@
-class J_2 {
- int bar() { return S_1.foo(String.class) ; }
-} \ No newline at end of file
diff --git a/test/files/pos/bug4317/S_1.scala b/test/files/pos/bug4317/S_1.scala
deleted file mode 100644
index 9f368ee484..0000000000
--- a/test/files/pos/bug4317/S_1.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object S_1 {
- def foo(x: Class[_ <: AnyRef]) = 0
-}