Guest User

Untitled

a guest
Feb 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (datosAccidente.desperfectos.isNotEmpty()) {
  2. rDesperfectos = datosAccidente.desperfectos.map { Desperfecto(it) }
  3. }
  4.  
  5. File("./miFichero.txt").forEachLine { println(it) }
  6.  
  7. fun test(datos: String) {
  8. var aux: String = it
  9. }
Add Comment
Please, Sign In to add comment