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