EgorBot / runtime-utils

MIT License
0 stars 1 forks source link

EgorBot for EgorBo in #26 #34

Open EgorBot opened 2 weeks ago

EgorBot commented 2 weeks ago

Processing https://github.com/EgorBot/runtime-utils/issues/26#issuecomment-2323867606 command:


-r7iz -m7a -commit main

using BenchmarkDotNet.Attributes;
using System.Collections.Generic;

public class Bench
{
    List<string> _list = new() { null };

    [Benchmark]
    public void Test() => _list[0] = "hi";
}

(EgorBot will reply in this issue)