Account for context class receivers when creating the ExpressionReceiver
^KT-54084 Fixed
This commit is contained in:
committed by
Nikita Nazarov
parent
f578381726
commit
bd742bb95c
@@ -10,5 +10,6 @@ interface B {
|
||||
|
||||
val c: Int
|
||||
get(<this>: A, <this>: B): Int {
|
||||
return <this>.a().plus(other = <this> /*as B */.b())
|
||||
return <this>.a().plus(other = <this>.b())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user