Introduce Variable: Do not compare explicit receivers using ReceiverValue
#KT-5319 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun main(args: Array<String>) {
|
||||
val myA = A()
|
||||
println(<selection>myA.prop</selection>)
|
||||
println(myA.prop)
|
||||
}
|
||||
|
||||
class A {
|
||||
val prop = 1
|
||||
}
|
||||
Reference in New Issue
Block a user