Skip to content

Commit 09dd615

Browse files
committed
Regenerate stubs (add System.Void struct)
1 parent d698f0a commit 09dd615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

csharp/ql/test/resources/stubs/_frameworks/Microsoft.NETCore.App/System.Runtime.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5152,6 +5152,11 @@ public class Version : System.IEquatable<System.Version>, System.IComparable<Sys
51525152
public Version() => throw null;
51535153
}
51545154

5155+
// Generated from `System.Void` in `System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`
5156+
public struct Void
5157+
{
5158+
}
5159+
51555160
// Generated from `System.WeakReference` in `System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`
51565161
public class WeakReference : System.Runtime.Serialization.ISerializable
51575162
{

0 commit comments

Comments
 (0)