SLC: add nullity annotation when force-boxing return type
^KT-57579 Fixed
This commit is contained in:
committed by
Space Team
parent
487847bedc
commit
37876313c9
+2
@@ -2,9 +2,11 @@ public final class C /* C*/ implements Tr {
|
||||
private final int v;
|
||||
|
||||
@java.lang.Override()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer foo();// foo()
|
||||
|
||||
@java.lang.Override()
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.Integer getV();// getV()
|
||||
|
||||
public C();// .ctor()
|
||||
|
||||
Reference in New Issue
Block a user