summaryrefslogtreecommitdiff
path: root/test/files/jvm/beanInfo.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/beanInfo.check')
-rw-r--r--test/files/jvm/beanInfo.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/jvm/beanInfo.check b/test/files/jvm/beanInfo.check
new file mode 100644
index 0000000000..d74e127711
--- /dev/null
+++ b/test/files/jvm/beanInfo.check
@@ -0,0 +1,6 @@
+property descriptors
+x -- int -- public int p.C.x() -- null
+y -- class java.lang.String -- public java.lang.String p.C.y() -- public void p.C.y_$eq(java.lang.String)
+z -- class scala.collection.immutable.List -- public scala.collection.immutable.List p.C.z() -- public void p.C.z_$eq(scala.collection.immutable.List)
+method descriptors
+f -- public p.C p.C.f()