summaryrefslogtreecommitdiff
path: root/test/files/run/t9298b/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9298b/Test.java')
-rw-r--r--test/files/run/t9298b/Test.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t9298b/Test.java b/test/files/run/t9298b/Test.java
new file mode 100644
index 0000000000..f369b26f36
--- /dev/null
+++ b/test/files/run/t9298b/Test.java
@@ -0,0 +1,7 @@
+public class Test {
+ public VC identity(VC vc) { return vc; }
+
+ public static void main(String[] args) {
+ new Client().test();
+ }
+}