7de171efda
#KT-9887 Fixed
9 lines
213 B
Plaintext
Vendored
9 lines
213 B
Plaintext
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AddStarProjectionsFix" "false"
|
|
// ERROR: 2 type arguments expected for Map
|
|
public fun foo(a: Any) {
|
|
when (a) {
|
|
is Map<Int> -> {}
|
|
else -> {}
|
|
}
|
|
}
|