Selaa lähdekoodia

One more approvals fix.

Bart De Smet 5 vuotta sitten
vanhempi
sitoutus
8562a7c2c7

+ 1 - 1
Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Api/ApiApprovalTests.Core.verified.cs

@@ -2359,7 +2359,7 @@ namespace System.Reactive.PlatformServices
     public class CurrentPlatformEnlightenmentProvider : System.Reactive.PlatformServices.IPlatformEnlightenmentProvider
     {
         public CurrentPlatformEnlightenmentProvider() { }
-        public virtual T GetService<T>(object[] args)
+        public virtual T? GetService<T>(object[] args)
             where T :  class { }
     }
     public class DefaultSystemClock : System.Reactive.PlatformServices.ISystemClock