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.List<caret>
|
||||
a is kotlin.collections.List<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user