Disallow extension properties with backing fields
#KT-1682 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val Int.test = "test"
|
||||
val Int.test: String get() = "test"
|
||||
|
||||
fun box(): String {
|
||||
val x = "a ${1.test}"
|
||||
|
||||
Reference in New Issue
Block a user