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