Simplify diagnostic when there are wrong number of type arguments
#KT-12767 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AddStarProjectionsFix" "false"
|
||||
// ERROR: 2 type arguments expected for interface Map<K, out V> defined in kotlin.collections
|
||||
// ERROR: 2 type arguments expected for interface Map<K, out V>
|
||||
public fun foo(a: Any) {
|
||||
a is <caret>Map<Int>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user