class com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen extends java.lang.Object
{
final java.lang.String name;
public void <init>(java.lang.String)
{
java.lang.String v;
com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen v;
v := @this: com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen: java.lang.String name> = "good";
return;
}
public void <init>(com.google.common.testing.ClassSanityTesterTest$NotInstantiable)
{
com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen v;
com.google.common.testing.ClassSanityTesterTest$NotInstantiable v;
v := @this: com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen;
v := @parameter: com.google.common.testing.ClassSanityTesterTest$NotInstantiable;
specialinvoke v.<java.lang.Object: void <init>()>();
staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<com.google.common.testing.ClassSanityTesterTest$InstantiableConstructorChosen: java.lang.String name> = "x1";
return;
}
public static com.google.common.testing.ClassSanityTesterTest$InstantiableFactoryMethodChosen create(com.google.common.testing.ClassSanityTesterTest$NotInstantiable)
{
com.google.common.testing.ClassSanityTesterTest$InstantiableFactoryMethodChosen v;
com.google.common.testing.ClassSanityTesterTest$NotInstantiable v;
v := @parameter: com.google.common.testing.ClassSanityTesterTest$NotInstantiable;
v = new com.google.common.testing.ClassSanityTesterTest$InstantiableFactoryMethodChosen;
specialinvoke v.<com.google.common.testing.ClassSanityTesterTest$InstantiableFactoryMethodChosen: void <init>(com.google.common.testing.ClassSanityTesterTest$NotInstantiable)>(v);
return v;
}
}