Minor: update testData with nullability annotations
This commit is contained in:
@@ -28,11 +28,8 @@ import kotlin.reflect.KClass;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class ErrorInConstructorParameter {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String a = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final ABC b = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.util.List<ABC> c = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@@ -65,11 +62,8 @@ import kotlin.reflect.KClass;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class ErrorInDeclarations {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public java.lang.String p1;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public ABC p2;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public BCD<java.lang.String> p3;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user