[NI] Fix diagnostic reporting for missing type parameter info

#KT-31975 fixed
This commit is contained in:
Ilya Chernikov
2019-11-22 17:18:47 +01:00
parent 7dd9ed7e38
commit b3c5362003
7 changed files with 72 additions and 4 deletions
@@ -20,7 +20,7 @@ public class Foo {
// FILE: test.kt
fun test(e: <!UNRESOLVED_REFERENCE!>ErrorType<!>) {
Foo.foo {
Foo.<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>foo<!> {
Sam.Result.create(<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>e<!>)
}
}