"field": backing field usage deprecated warning, relevant diagnostics tests changed
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ fun testBackingFieldsNotMarked() {
|
||||
val <!UNUSED_VARIABLE!>a<!> = object {
|
||||
val x : Int
|
||||
init {
|
||||
$x = 1
|
||||
<!BACKING_FIELD_USAGE_DEPRECATED!>$x<!> = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user