Old backing field with dollar is now forbidden
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// "Make 'i' not abstract" "true"
|
||||
class B {
|
||||
<caret>abstract val i: Int = 0
|
||||
get() = $i
|
||||
get() = field
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
// "Make 'i' not abstract" "true"
|
||||
class B {
|
||||
val i: Int = 0
|
||||
get() = $i
|
||||
get() = field
|
||||
}
|
||||
Reference in New Issue
Block a user