diff options
Diffstat (limited to 'tests/features167/overweaving/getsetTJP/Class2.java')
-rw-r--r-- | tests/features167/overweaving/getsetTJP/Class2.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/features167/overweaving/getsetTJP/Class2.java b/tests/features167/overweaving/getsetTJP/Class2.java new file mode 100644 index 000000000..5e3c6cf3c --- /dev/null +++ b/tests/features167/overweaving/getsetTJP/Class2.java @@ -0,0 +1,6 @@ +public class Class2 { + public static String message = "Class2.main"; + public static void main(String[]argv) { + System.out.println(message); + } +} |