// <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_SomeExtensions_AsSomeResult
    {
        static global::System.Linq.Expressions.Expression<global::System.Func<global::Projectables.Repro.SomeEntity, string>> Expression()
        {
            return (global::Projectables.Repro.SomeEntity e) => ((global::Projectables.Repro.SuperEntity)e).Superpower;
        }
    }
}