class com.google.common.testing.ClassSanityTesterTest$FactoryMethodThrows extends java.lang.Object
{
private void <init>()
{
com.google.common.testing.ClassSanityTesterTest$FactoryMethodThrows v;
v := @this: com.google.common.testing.ClassSanityTesterTest$FactoryMethodThrows;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static com.google.common.testing.ClassSanityTesterTest$FactoryMethodThrows create()
{
java.lang.RuntimeException v;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>()>();
throw v;
}
}