From b9785280a7138a2bb52060faf94807aa0d07dec1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Aug 2011 17:11:55 +0000 Subject: Renamed tests named bugXXX to tXXX, no review. --- test/files/run/t4891/J_2.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/files/run/t4891/J_2.java (limited to 'test/files/run/t4891/J_2.java') diff --git a/test/files/run/t4891/J_2.java b/test/files/run/t4891/J_2.java new file mode 100644 index 0000000000..db1cc52b13 --- /dev/null +++ b/test/files/run/t4891/J_2.java @@ -0,0 +1,13 @@ +import test.generic.*; + +public class J_2 { + public static void foo(T1 x) { + // x.m1(); + } + + public static void main(String[] args) { + Bug4891.main(null); + T1 x = new C2(); + foo(x); + } +} -- cgit v1.2.3