Exemplo n.º 1
0
 public void invokeWithNotNullAssertion(
     @NotNull InstructionAdapter v,
     @NotNull GenerationState state,
     @NotNull ResolvedCall resolvedCall) {
   invokeWithoutAssertions(v);
   AsmUtil.genNotNullAssertionForMethod(v, state, resolvedCall);
 }