Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Resolve target: value-parameter val c: kotlin.Collection<kotlin.String>
|
||||
Resolve target: value-parameter val c: kotlin.collections.Collection<kotlin.String>
|
||||
----------------------------------------------
|
||||
fun foo(c: Collection<String>): Collection<String> {
|
||||
return <caret>c.filter {
|
||||
|
||||
Reference in New Issue
Block a user