blob: 1d465f5222ec968548d5a73649c74325cb64166f [file] [log] [blame]
package support;
public final class PR207_A {
static
{
String s = System.getProperty ("soylent");
}
public static String hello ()
{
return "green";
}
}