public class com.google.common.testing.ClassSanityTesterTest$GoodSerializableFactory extends java.lang.Object
{
public void <init>()
{
com.google.common.testing.ClassSanityTesterTest$GoodSerializableFactory v;
v := @this: com.google.common.testing.ClassSanityTesterTest$GoodSerializableFactory;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static java.lang.Object good(java.lang.Runnable)
{
java.lang.Runnable v;
v := @parameter: java.lang.Runnable;
return v;
}
public static java.lang.Object good(com.google.common.testing.ClassSanityTesterTest$AnInterface)
{
com.google.common.testing.ClassSanityTesterTest$AnInterface v;
v := @parameter: com.google.common.testing.ClassSanityTesterTest$AnInterface;
return v;
}
}