Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. val variable1 = "nothing"
  2.  
  3. fun example1() {
  4. variable1
  5. variable2
  6. }
  7.  
  8. val variable2 = "nothing"
  9.  
  10. val variable1 = "nothing"
  11.  
  12. val variable2 = "nothing"
  13.  
  14. init {
  15. variable1
  16. variable2
  17. variable3
  18. }
  19.  
  20. val variable3 = "an issue"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement