[FIR] Implement UNRESOLVED_REFERENCE_WRONG_RECEIVER
This commit is contained in:
+2
-2
@@ -26,11 +26,11 @@ class IntAndUnit {
|
||||
|
||||
fun test() {
|
||||
OldAndNew() % 1
|
||||
OnlyOld() <!INAPPLICABLE_CANDIDATE!>%<!> 1
|
||||
OnlyOld() <!UNRESOLVED_REFERENCE_WRONG_RECEIVER!>%<!> 1
|
||||
OnlyNew() % 1
|
||||
Sample() % 1
|
||||
|
||||
takeInt(IntAndUnit() % 1)
|
||||
}
|
||||
|
||||
fun takeInt(x: Int) {}
|
||||
fun takeInt(x: Int) {}
|
||||
|
||||
Reference in New Issue
Block a user