[SLC] Treat error class types as not-nullable

This commit is contained in:
Pavel Mikhailovskii
2023-05-11 11:48:45 +00:00
committed by Space Team
parent bdad2e5c88
commit 25c0725da9
9 changed files with 31 additions and 21 deletions
@@ -151,7 +151,7 @@ public final class PropertiesKt /* PropertiesKt*/ {
public static final int getPlainField();// getPlainField()
public static final int getValue(T, @org.jetbrains.annotations.NotNull() kotlin.reflect.KProperty<?>);// getValue(T, kotlin.reflect.KProperty<?>)
public static final int getValue(@org.jetbrains.annotations.NotNull() T, @org.jetbrains.annotations.NotNull() kotlin.reflect.KProperty<?>);// getValue(T, kotlin.reflect.KProperty<?>)
public static final void setCounter(int);// setCounter(int)
@@ -181,5 +181,5 @@ public final class PropertiesKt /* PropertiesKt*/ {
public static final void setSubject(@org.jetbrains.annotations.NotNull() Unresolved);// setSubject(Unresolved)
public static final void setValue(T, @org.jetbrains.annotations.NotNull() kotlin.reflect.KProperty<?>, int);// setValue(T, kotlin.reflect.KProperty<?>, int)
public static final void setValue(@org.jetbrains.annotations.NotNull() T, @org.jetbrains.annotations.NotNull() kotlin.reflect.KProperty<?>, int);// setValue(T, kotlin.reflect.KProperty<?>, int)
}