Skip to content

Commit

Permalink
i_introduction/_11_SAM_Conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Lotz committed Dec 28, 2017
1 parent 10fc7f7 commit 38e3317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fun todoTask11(): Nothing = TODO(

fun task11(): List<Int> {
val arrayList = arrayListOf(1, 5, 2)
Collections.sort(arrayList, { x, y -> todoTask11() })
Collections.sort(arrayList, { x, y -> y - x })
return arrayList
}

0 comments on commit 38e3317

Please sign in to comment.