Old backing field with dollar is now forbidden
This commit is contained in:
@@ -38,7 +38,7 @@ open class B(init: String) : A("1") {
|
||||
}
|
||||
|
||||
fun getWithBackingFieldProperty(): String {
|
||||
return $property
|
||||
return property
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user