Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. val l=Location("SRC")
  2. val x = Bundle()
  3. l.extras = x
  4.  
  5. l.extras == x
  6.  
  7. Bundle().also{location.extras=it}.putBoolean("Foo", false)
Add Comment
Please, Sign In to add comment