FIR: Adjust diagnostics test data after resolution of context receivers
This commit is contained in:
Vendored
+2
-2
@@ -4,9 +4,9 @@ fun List<Int>.f() {
|
||||
|
||||
context(String)
|
||||
fun Int.f() {
|
||||
this<!UNRESOLVED_LABEL!>@String<!>.length
|
||||
this@String.length
|
||||
this<!UNRESOLVED_LABEL!>@Int<!>.toDouble()
|
||||
}
|
||||
|
||||
context(String)
|
||||
val p: String get() = this<!UNRESOLVED_LABEL!>@String<!>
|
||||
val p: String get() = this@String
|
||||
|
||||
Reference in New Issue
Block a user