Occures Formatting Problems While Updation
I tried looking at the formatting options but they appear to be for Java not Scala.
Using "Reformat Code" really seems to mess up multi-line closures. e.g.
print("Item is: ")
println(item)
jcpassociates
}
}
}
]]>
becomes:
print("Item is: ")
println(item)
}
}
}
]]>
Please sign in to leave a comment.