Fix testData in compiler: add collections and ranges package to fq-names.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Add '<*, *>'" "true"
|
||||
public fun foo(a: Any) {
|
||||
a is kotlin.Map<caret>
|
||||
a is kotlin.collections.Map<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user