Minor: update testData with nullability annotations
This commit is contained in:
@@ -2,7 +2,6 @@ import java.lang.System;
|
||||
|
||||
@kotlin.Metadata()
|
||||
public final class Test {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final java.lang.String test = "";
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final Test.A A = null;
|
||||
|
||||
Reference in New Issue
Block a user