blob: b3effe104048906458f5b7ca7db7bb8828d4e479 [file] [log] [blame]
package test;
import org.jetbrains.annotations.NotNull;
public class NotNullField {
@NotNull
public String hi;
}