6 lines
164 B
Kotlin
Vendored
6 lines
164 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.AddStarProjectionsFix" "false"
|
|
// ERROR: 2 type arguments expected
|
|
public fun foo(a: Any) {
|
|
a is <caret>Map<Int>
|
|
}
|