class com.google.common.testing.NullPointerTesterTest$PassOneNullableArgThrowsNPE extends com.google.common.testing.NullPointerTesterTest$PassObject
{
private void <init>()
{
com.google.common.testing.NullPointerTesterTest$PassOneNullableArgThrowsNPE v;
v := @this: com.google.common.testing.NullPointerTesterTest$PassOneNullableArgThrowsNPE;
specialinvoke v.<com.google.common.testing.NullPointerTesterTest$PassObject: void <init>()>();
return;
}
public void oneNullableArg(java.lang.String)
{
com.google.common.testing.NullPointerTesterTest$PassOneNullableArgThrowsNPE v;
java.lang.String v;
v := @this: com.google.common.testing.NullPointerTesterTest$PassOneNullableArgThrowsNPE;
v := @parameter: java.lang.String;
staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
return;
}
}