// <auto-generated/>
using EntityFrameworkCore.Projectables;
using Projectables.Repro;

namespace EntityFrameworkCore.Projectables.Generated
#nullable disable
{
    [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
    public static class Projectables_Repro_Derived_Bar
    {
        public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
        {
            return (global::Projectables.Repro.Derived @this) => 
                @this.Foo();
        }
    }
}