From 6b31b32ae338cdecea6e20aa87fe05ca0cc2fb57 Mon Sep 17 00:00:00 2001 From: mwebster Date: Wed, 4 Oct 2006 13:35:09 +0000 Subject: Bug 132080 "LTW concrete-aspect definitions not exposed to weaver" --- tests/bugs153/pr132080/HelloWorld.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/bugs153/pr132080/HelloWorld.java (limited to 'tests/bugs153/pr132080/HelloWorld.java') diff --git a/tests/bugs153/pr132080/HelloWorld.java b/tests/bugs153/pr132080/HelloWorld.java new file mode 100644 index 000000000..8f62298fa --- /dev/null +++ b/tests/bugs153/pr132080/HelloWorld.java @@ -0,0 +1,11 @@ +public class HelloWorld { + + public void println () { + System.out.println("Hello World!"); + } + + public static void main (String[] args) throws Exception { + new HelloWorld().println(); + } + +} \ No newline at end of file -- cgit v1.2.3