From 9a45bd5bdb246e19912a46aed6a672d6119d428f Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Thu, 21 Sep 2006 16:37:57 +0000 Subject: Added test for inner classes compatibility from... Added test for inner classes compatibility from Java. --- test/files/run/inner.check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/inner.check (limited to 'test/files/run/inner.check') diff --git a/test/files/run/inner.check b/test/files/run/inner.check new file mode 100644 index 0000000000..230b1e2cdf --- /dev/null +++ b/test/files/run/inner.check @@ -0,0 +1,7 @@ +A.abc +1 +Hello +1 +1 +A.abc +Outer3: 1 2 3 -- cgit v1.2.3