[K2 AA] add missing receiverType for getter and setter

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-10 19:00:45 +02:00
committed by Space Team
parent afe7605649
commit 027899a22a
8 changed files with 220 additions and 141 deletions
@@ -1,2 +1,6 @@
val x: Int = 10
val Int.y get() = this
var Short.get: Long
get() = 2
set(value) {}