blob: 1a85ad9407dec7b5df967b7da0426e242235aff7 [file] [log] [blame]
import org.jetbrains.annotations.NotNull;
public class SimpleReturn {
@NotNull public Object test() {
return null;
}
}