I think those lead to different results: ``` val p...
# announcements
p
I think those lead to different results:
Copy code
val parts2: ArrayList<List<String>> = arrayListOf(title.split("/"))
val parts: ArrayList<String> = arrayListOf(*title.split("/").toTypedArray())