New tests.
From-SVN: r33202
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package support;
|
||||
|
||||
public final class PR207_A {
|
||||
static
|
||||
{
|
||||
String s = System.getProperty ("soylent");
|
||||
}
|
||||
|
||||
public static String hello ()
|
||||
{
|
||||
return "green";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user