Improve message clarity for WRONG_NUMBER_OF_TYPE_ARGUMENTS diagnostics
#KT-9887 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AddStarProjectionsFix" "false"
|
||||
// ERROR: 2 type arguments expected
|
||||
// ERROR: 2 type arguments expected for Map
|
||||
public fun foo(a: Any) {
|
||||
a is Map<Int>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user