SLC: add nullity annotation when force-boxing return type

^KT-57579 Fixed
This commit is contained in:
Jinseong Jeon
2023-06-15 13:45:33 -07:00
committed by Space Team
parent 487847bedc
commit 37876313c9
3 changed files with 45 additions and 25 deletions
@@ -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()