1 2 3 4 5 6 7 8 9 10 11 12 13
package support; public final class PR207_A { static { String s = System.getProperty ("soylent"); } public static String hello () { return "green"; } }