Fix usage of deprecated function in debugger testData

This commit is contained in:
Natalia Ukhorskaya
2015-09-24 14:22:54 +03:00
parent dc7ced1581
commit 5848ea8d77
2 changed files with 2 additions and 2 deletions
@@ -26,5 +26,5 @@ fun main(args: Array<String>) {
// EXPRESSION: 100.toLong()
// RESULT: 100: J
// EXPRESSION: args.sortBy { it }.size()
// EXPRESSION: args.sortedBy { it }.size()
// RESULT: 0: I