Minor: update testData with nullability annotations
This commit is contained in:
@@ -2,9 +2,7 @@ import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class User {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String firstName = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String secondName = null;
|
||||
private final int age = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user