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