Guest User

Untitled

a guest
Jun 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public final void startHere() {
  2. int index = 0;
  3. for(byte var2 = 100; index <= var2; ++index) {
  4. int x$iv = 10;
  5. // Do something
  6. int addResult = x$iv + index;
  7. ...
  8. }
  9. }
  10. public final int calculate(int x, int y, @NotNull Function2 equation) {
  11. Intrinsics.checkParameterIsNotNull(equation, "equation");
  12. return ((Number)equation.invoke(x, y)).intValue();
  13. }
Add Comment
Please, Sign In to add comment