Initial revision
From-SVN: r26263
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// Simple compiler test.
|
||||
|
||||
public final class Where implements support.Waldo
|
||||
{
|
||||
int WhereIsWaldo ()
|
||||
{
|
||||
// The compiler should find 'here' in support.Waldo.
|
||||
return here;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user