[SLC] Treat error class types as not-nullable
This commit is contained in:
committed by
Space Team
parent
bdad2e5c88
commit
25c0725da9
+2
-2
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user