blob: 57e4bcdf52387c8c83a8793e9d0cde7e4b2e8011 [file] [log] [blame]
package test;
import org.jetbrains.annotations.NotNull;
public class NotNullMethod {
@NotNull
public String hi() { return ""; }
}