1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 09:18:16 +08:00
Bartłomiej Dach c9facf70f9 Use conditional nullability attribute
As it turns out, C# 8 provides an attribute that allows annotating that
an `out` parameter's nullability depends on the method's return value,
which is exactly what is desired here.
2021-05-15 00:09:34 +02:00
..
2021-04-28 03:54:42 +09:00
2021-04-29 17:19:25 +08:00
2021-05-12 14:22:15 +09:00
2021-05-02 13:33:25 -07:00
2021-05-10 23:15:38 +09:00