Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -21,7 +21,7 @@ object TestObject {
|
||||
}
|
||||
|
||||
val testVal = 1
|
||||
val Int.testExtVal = 1
|
||||
val Int.testExtVal: Int get() = 1
|
||||
val testDelVal by Delegate()
|
||||
|
||||
class Delegate {
|
||||
|
||||
Reference in New Issue
Block a user