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

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