KT-56835 [SLC] Mark property$delegate fields as final and @NotNull
This commit is contained in:
committed by
Space Team
parent
6ac562a19d
commit
de1927abb6
@@ -15,6 +15,7 @@ class Container {
|
||||
|
||||
abstract class Base {
|
||||
val a: String by delegate()
|
||||
var mutable: String? by delegate()
|
||||
open val b: String by delegate()
|
||||
open val c: String = ""
|
||||
abstract val d: String
|
||||
|
||||
Reference in New Issue
Block a user