Minor: update testData with nullability annotations

This commit is contained in:
Dmitry Petrov
2020-06-26 15:17:23 +03:00
parent 64e47265e1
commit 9468670980
37 changed files with 0 additions and 159 deletions
@@ -99,7 +99,6 @@ import java.lang.System;
@Anno2(i = 6, s = "BCD", ii = {4, 5, 6}, ss = {"Z", "X"}, a = @Anno1(), color = Colors.WHITE, colors = {Colors.WHITE}, clazz = TestAnno.class, classes = {TestAnno.class, Anno1.class})
@Anno3(value = "value")
public final class TestAnno2 {
@org.jetbrains.annotations.NotNull()
@Anno3(value = "field")
private java.lang.String b = "property initializer";