diff options
author | aclement <aclement> | 2011-04-26 16:11:25 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-04-26 16:11:25 +0000 |
commit | 8db64a9d53d8c051b3296b3ccb2c4715463cb4c0 (patch) | |
tree | 59a0e7baf7c6f8d41b59bf86a8149aebeff79e13 /tests/bugs1612/pr343051/Code.java | |
parent | 4341109730bdb423b0eecc5b01327febc4f0b230 (diff) | |
download | aspectj-8db64a9d53d8c051b3296b3ccb2c4715463cb4c0.tar.gz aspectj-8db64a9d53d8c051b3296b3ccb2c4715463cb4c0.zip |
343051
Diffstat (limited to 'tests/bugs1612/pr343051/Code.java')
-rw-r--r-- | tests/bugs1612/pr343051/Code.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs1612/pr343051/Code.java b/tests/bugs1612/pr343051/Code.java new file mode 100644 index 000000000..12f68dc54 --- /dev/null +++ b/tests/bugs1612/pr343051/Code.java @@ -0,0 +1,7 @@ +package p; + +public class Code { + public static void main(String []argv) { + new Code2().foo(); + } +} |