"field": backing field usage deprecated warning, relevant diagnostics tests changed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class ReadByAnotherPropertyInitializer() {
|
||||
val a = 1
|
||||
fun ff() = $a
|
||||
fun ff() = <!BACKING_FIELD_USAGE_DEPRECATED!>$a<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user