Reapply "Only create descriptors for candidates with lambda args"
#KT-36247 fixed A lot of testdata changed because significanly less (error) descriptors are created for unresolved types, so diagnostics became different.
This commit is contained in:
Vendored
+1
-1
@@ -15,5 +15,5 @@ fun <T> test(a: T) where T : B, T : C {
|
||||
a.<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!> = ""
|
||||
a.<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!> = null
|
||||
|
||||
a.<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>.<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>checkType<!> { <!UNRESOLVED_REFERENCE!>_<!><String>() }
|
||||
a.<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>checkType<!> { <!UNRESOLVED_REFERENCE!>_<!><String>() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user