abstract class com.google.common.testing.NullPointerTesterTest$BaseClassThatFailsToThrow extends java.lang.Object
{
private void <init>()
{
com.google.common.testing.NullPointerTesterTest$BaseClassThatFailsToThrow v;
v := @this: com.google.common.testing.NullPointerTesterTest$BaseClassThatFailsToThrow;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void oneArg(java.lang.String)
{
java.lang.String v;
com.google.common.testing.NullPointerTesterTest$BaseClassThatFailsToThrow v;
v := @this: com.google.common.testing.NullPointerTesterTest$BaseClassThatFailsToThrow;
v := @parameter: java.lang.String;
return;
}
}