Corrections on code review

This commit is contained in:
Valentin Kipyatkov
2015-07-22 21:02:40 +03:00
parent 2ad981d5c9
commit 8c02ce73a4
9 changed files with 33 additions and 12 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
fun foo(list: List<String>, intList: MutableList<Int>, stringList: MutableList<String>): Collection<Int> {
fun foo(list: List<String>, intList: MutableList<Int>, stringList: MutableList<String>, p: Any): Collection<Int> {
return list.mapTo(<caret>)
}
// EXIST: intList
// EXIST: arrayListOf
// EXIST: stringList
// ABSENT: p