...

Text file src/github.com/alecthomas/chroma/lexers/testdata/csharp/csharp_9_records_2.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata/csharp

     1public record Person
     2{
     3    public string FirstName { get; init; } = default!;
     4    public string LastName { get; init; } = default!;
     5};

View as plain text