summaryrefslogtreecommitdiff
path: root/test/files/run/t7521b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7521b.check')
-rw-r--r--test/files/run/t7521b.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t7521b.check b/test/files/run/t7521b.check
new file mode 100644
index 0000000000..4d96df106d
--- /dev/null
+++ b/test/files/run/t7521b.check
@@ -0,0 +1,7 @@
+= Java Erased Signatures =
+public int C.a(Wrapper)
+public int C.b(Wrapper)
+
+= Java Generic Signatures =
+public int C.a(Wrapper<int[]>)
+public int C.b(Wrapper<java.lang.Object>)