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