1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-07 01:50:00 +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-12 11:15:24 -04:00
2019-08-28 20:15:28 +09:00
2021-04-12 17:46:14 +09:00
2020-12-02 12:59:45 +09:00