summaryrefslogtreecommitdiff
path: root/test/files/run/t9200/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9200/Test.java')
-rw-r--r--test/files/run/t9200/Test.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/t9200/Test.java b/test/files/run/t9200/Test.java
new file mode 100644
index 0000000000..8ff0314f6c
--- /dev/null
+++ b/test/files/run/t9200/Test.java
@@ -0,0 +1,6 @@
+public class Test {
+ public static void main(String[] args) {
+ new C1(new C2()); // Was NoSuchMethodError
+ }
+}
+