Files
kotlin-fork/idea/testData/quickfix/addStarProjections/beforeUnqualifiedMapOneArg.kt
T
2012-11-27 16:47:39 +04:00

6 lines
136 B
Kotlin

// "Add '<*, *>'" "false"
// "Add '<*>'" "false"
// ERROR: 2 type arguments expected
public fun foo(a: Any) {
a is <caret>Map<Int>
}