Fixed NPE in ArgumentMatchImpl.getStatus
Check value arguments if there is wrong number of type arguments
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package aaaa
|
||||
|
||||
fun <T> foo(s: String, t: T) {}
|
||||
|
||||
fun test(s: String) {
|
||||
foo<Int, String>(<caret>)
|
||||
}
|
||||
|
||||
// EXIST: s
|
||||
Reference in New Issue
Block a user