Fix deprecated Range and Progression usages in testData

This commit is contained in:
Ilya Gorbunov
2016-01-15 18:28:35 +03:00
parent d48ec7e296
commit b97e436a50
9 changed files with 17 additions and 24 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
fun test(s: IntProgression?) {
s?.start
s?.first
}