Add nullability annotations to data class equals and toString.
KT-22201
This commit is contained in:
committed by
Nicolay Mitropolsky
parent
8d24ca65a3
commit
2e4f3ced9b
+2
-2
@@ -7,9 +7,9 @@ public final class User {
|
||||
public final method component2(): int
|
||||
public synthetic static @org.jetbrains.annotations.NotNull method copy$default(p0: User, p1: java.lang.String, p2: int, p3: int, p4: java.lang.Object): User
|
||||
public final @org.jetbrains.annotations.NotNull method copy(@org.jetbrains.annotations.NotNull p0: java.lang.String, p1: int): User
|
||||
public method equals(p0: java.lang.Object): boolean
|
||||
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
|
||||
public final method getAge(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
public method hashCode(): int
|
||||
public method toString(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user