We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97bcba commit 0ef2da0Copy full SHA for 0ef2da0
examples/timeflies/TimeFlies.fsproj
@@ -11,6 +11,6 @@
11
<ItemGroup>
12
<PackageReference Include="Fable.Python" Version="0.22.0" />
13
<PackageReference Include="Fable.Core" Version="4.0.0-theta-*" />
14
- <PackageReference Include="FSharp.Control.AsyncRx" Version="1.6.3" />
+ <PackageReference Include="FSharp.Control.AsyncRx" Version="1.6.5" />
15
</ItemGroup>
16
</Project>
src/stdlib/String.fs
@@ -7,4 +7,4 @@ open Fable.Core
7
8
type System.String with
9
[<Emit("$0.format($1...)")>]
10
- member self.format([<ParamArray>] args: Object []) = nativeOnly
+ member _.format([<ParamArray>] args: Object []) = nativeOnly
0 commit comments