Guest User

Untitled

a guest
Feb 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. class Test5 {
  2. fun x(x: Int = 5) { }
  3. }
  4.  
  5. public static synthetic bridge x$default(LTest5;IILjava/lang/Object;)V
  6. ILOAD 2
  7. ICONST_1
  8. IAND
  9. IFEQ L0
  10. L1
  11. LINENUMBER 4 L1
  12. ICONST_5
  13. ISTORE 1
  14. L0
  15. ALOAD 0
  16. ILOAD 1
  17. INVOKEVIRTUAL Test5.x (I)V
  18. RETURN
  19. MAXSTACK = 2
  20. MAXLOCALS = 4
Add Comment
Please, Sign In to add comment