FIR: Adjust diagnostics test data after resolution of context receivers

This commit is contained in:
Denis.Zharkov
2022-03-09 14:32:56 +03:00
committed by teamcity
parent ef84dddc88
commit b2d5bf3eae
40 changed files with 106 additions and 311 deletions
@@ -19,9 +19,9 @@ fun supertypeContextual() {}
context(C1, C2)
fun test() {
<!UNRESOLVED_REFERENCE!>supertypeMember<!>()
<!UNRESOLVED_REFERENCE!>member<!>()
<!UNRESOLVED_REFERENCE!>supertypeExtension<!>()
<!UNRESOLVED_REFERENCE!>supertypeExtensionGeneric<!>()
supertypeContextual()
}
supertypeMember()
<!OVERLOAD_RESOLUTION_AMBIGUITY!>member<!>()
<!AMBIGUOUS_CALL_WITH_IMPLICIT_CONTEXT_RECEIVER!>supertypeExtension<!>()
<!AMBIGUOUS_CALL_WITH_IMPLICIT_CONTEXT_RECEIVER!>supertypeExtensionGeneric<!>()
<!MULTIPLE_ARGUMENTS_APPLICABLE_FOR_CONTEXT_RECEIVER!>supertypeContextual<!>()
}