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
@@ -5,6 +5,9 @@ public static abstract class Base /* Container.Base*/ {
@org.jetbrains.annotations.NotNull()
private final Container.Delegate b$delegate;
@org.jetbrains.annotations.NotNull()
private final Container.Delegate mutable$delegate;
@org.jetbrains.annotations.NotNull()
private final java.lang.String c;
@@ -20,7 +23,12 @@ public static abstract class Base /* Container.Base*/ {
@org.jetbrains.annotations.NotNull()
public java.lang.String getC();// getC()
@org.jetbrains.annotations.Nullable()
public final java.lang.String getMutable();// getMutable()
public Base();// .ctor()
public final void setMutable(@org.jetbrains.annotations.Nullable() java.lang.String);// setMutable(java.lang.String)
}
public static final class Companion /* Container.Companion*/ {