[K2 AA] add missing receiverType for getter and setter
^KT-54311
This commit is contained in:
committed by
Space Team
parent
afe7605649
commit
027899a22a
@@ -1,2 +1,6 @@
|
||||
val x: Int = 10
|
||||
val Int.y get() = this
|
||||
|
||||
var Short.get: Long
|
||||
get() = 2
|
||||
set(value) {}
|
||||
Reference in New Issue
Block a user