NI: Add constraints which contain constraining type without projection

^KT-32243 Fixed
^KT-35172 Fixed
This commit is contained in:
Victor Petukhov
2019-11-30 20:24:46 +03:00
committed by victor.petukhov
parent 65cc0fa463
commit 775eb67219
8 changed files with 61 additions and 14 deletions
@@ -20,7 +20,7 @@ public class Foo {
// FILE: test.kt
fun test(e: <!UNRESOLVED_REFERENCE!>ErrorType<!>) {
Foo.<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>foo<!> {
Foo.foo {
Sam.Result.create(<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>e<!>)
}
}