blob: 67410175425335be3ab9f68bfdeab623cd2a2422 [file] [log] [blame]
package cheese;
import java.util.HashMap as Goober;
class Cheddar extends Goober implements Runnable
{
Goober theMap;
protected def cheesier;
public static def cheesiest;
static void main(args) {
def f = new Cheddar()
println f
}
def cheeseIt() { }
String getStringCheese() { }
String getOtherCheese(foo,bar) { }
void run() { cheeseIt() }
static Goober mutateGoober(Goober theGoober) { }
}
class Provolone
{
}