Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -10,4 +10,5 @@ object A {
|
||||
|
||||
class B
|
||||
|
||||
val B.c : String = "test"
|
||||
val B.c : String
|
||||
get() = "test"
|
||||
|
||||
Reference in New Issue
Block a user