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

namespace EntityFrameworkCore.Projectables.Generated
{
    [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
    static class _SomeExtensions_Test
    {
        static global::System.Linq.Expressions.Expression<global::System.Func<global::SomeFlag, bool>> Expression()
        {
            return (global::SomeFlag f) => f == global::SomeFlag.Foo;
        }
    }
}