KT-56835 [SLC] Mark property$delegate fields as final and @NotNull

This commit is contained in:
Pavel Mikhailovskii
2023-02-22 09:40:32 +00:00
committed by Space Team
parent 6ac562a19d
commit de1927abb6
5 changed files with 26 additions and 10 deletions
@@ -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