summaryrefslogtreecommitdiff
path: root/test/files/run/global-showdef.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/global-showdef.check')
-rw-r--r--test/files/run/global-showdef.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/files/run/global-showdef.check b/test/files/run/global-showdef.check
new file mode 100644
index 0000000000..8f67253ced
--- /dev/null
+++ b/test/files/run/global-showdef.check
@@ -0,0 +1,14 @@
+<<-- class foo.bar.Bippy -->>
+ def showdefTestMemberClass1: Int
+<<-- type foo.bar.Bippy.BippyType -->>
+ def showdefTestMemberType1: Unit
+<<-- type foo.bar.Bippy.BippyType -->>
+ def showdefTestMemberType2: Unit
+<<-- class foo.bar.Bippy.Boppity -->>
+ def showdefTestMemberClass2: Int
+<<-- class foo.bar.Bippy.Boppity.Boo -->>
+ def showdefTestMemberClass3: Int
+<<-- object foo.bar.Bippy -->>
+ def showdefTestMemberObject2: java.lang.String
+<<-- object foo.bar.Bippy.Boppity.Boo -->>
+ def showdefTestMemberObject1: java.lang.String