FIR: Adjust diagnostics test data after resolution of context receivers
This commit is contained in:
+3
-3
@@ -6,10 +6,10 @@ context(Collection<P>) class B<P>
|
||||
|
||||
fun Int.foo() {
|
||||
A<Int>()
|
||||
<!NO_CONTEXT_RECEIVER!>A<String>()<!>
|
||||
<!NO_CONTEXT_RECEIVER!>A<!><String>()
|
||||
}
|
||||
|
||||
fun Collection<Int>.bar() {
|
||||
B<Int>()
|
||||
<!NO_CONTEXT_RECEIVER!>B<String>()<!>
|
||||
}
|
||||
<!NO_CONTEXT_RECEIVER!>B<!><String>()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user