[FE] Report ambiguity when label can refer to multiple receivers
This commit is contained in:
committed by
TeamCityServer
parent
fd7d000138
commit
ac27fda965
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
fun List<Int>.f() {
|
||||
this<!UNRESOLVED_REFERENCE!>@List<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>size<!>
|
||||
}
|
||||
|
||||
<!UNSUPPORTED_FEATURE!>context(String)<!>
|
||||
fun Int.f() {
|
||||
this<!UNRESOLVED_REFERENCE!>@String<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>length<!>
|
||||
this<!UNRESOLVED_REFERENCE!>@Int<!>.<!DEBUG_INFO_MISSING_UNRESOLVED!>toDouble<!>()
|
||||
}
|
||||
|
||||
<!UNSUPPORTED_FEATURE!>context(String)<!>
|
||||
val p: String get() = this<!UNRESOLVED_REFERENCE!>@String<!>
|
||||
Reference in New Issue
Block a user