summaryrefslogtreecommitdiff
path: root/test/files/run/bug4891.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-09 17:36:18 +0000
committerPaul Phillips <paulp@improving.org>2011-08-09 17:36:18 +0000
commit97da3af7a45a2cb88717ad8224e6b0b10531a734 (patch)
tree3bb29d4fb71278a9c6acdac7e6313cb9e635d346 /test/files/run/bug4891.check
parentc1aaf1fc7ad3d76bb5376d796577e0effdd70bf4 (diff)
downloadscala-97da3af7a45a2cb88717ad8224e6b0b10531a734.tar.gz
scala-97da3af7a45a2cb88717ad8224e6b0b10531a734.tar.bz2
scala-97da3af7a45a2cb88717ad8224e6b0b10531a734.zip
Fix java signature generation for traits: no cl...
Fix java signature generation for traits: no classes as parents. Closes SI-4891, review by grek.
Diffstat (limited to 'test/files/run/bug4891.check')
-rw-r--r--test/files/run/bug4891.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/bug4891.check b/test/files/run/bug4891.check
new file mode 100644
index 0000000000..2e84168ed4
--- /dev/null
+++ b/test/files/run/bug4891.check
@@ -0,0 +1,9 @@
+test.generic.T1
+ (m) public abstract A test.generic.T1.t1(A)
+test.generic.C1
+ (m) public void test.generic.C1.m1()
+test.generic.C2
+ (m) public void test.generic.C1.m1()
+ (m) public A test.generic.C2.t1(A) (bridge)
+null
+interface scala.ScalaObject